diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-06 18:13:45 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-06 18:13:45 +0000 |
commit | d83038c9605c84e92b6052500405ac3903f0d6f1 (patch) | |
tree | b71d384758631a4b97db7e13296641a9b4b36e0c /tools/llvmc2/Tool.h | |
parent | 978d498e401c292b6be5248abaf828b66739bcb8 (diff) | |
download | external_llvm-d83038c9605c84e92b6052500405ac3903f0d6f1.zip external_llvm-d83038c9605c84e92b6052500405ac3903f0d6f1.tar.gz external_llvm-d83038c9605c84e92b6052500405ac3903f0d6f1.tar.bz2 |
Remove the UnpackValues() function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc2/Tool.h')
-rw-r--r-- | tools/llvmc2/Tool.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/llvmc2/Tool.h b/tools/llvmc2/Tool.h index 1cac7ee..122c887 100644 --- a/tools/llvmc2/Tool.h +++ b/tools/llvmc2/Tool.h @@ -44,12 +44,6 @@ namespace llvmc { virtual bool IsLast() const = 0; virtual bool IsJoin() const = 0; - - // Helper function that is called by the auto-generated code - // Splits strings of the form ",-foo,-bar,-baz" - // TOFIX: find a better name - static void UnpackValues (std::string const& from, - std::vector<std::string>& to); }; // Join tools have an input file list associated with them. |