summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc2/Tool.h
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:13:45 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-06 18:13:45 +0000
commit3a2f5c423e4f5ee8938984a3d88e3ff430c3cb25 (patch)
treeb88eeb8925e257f601c7db6ded0b581bac0b6d5f /llvm/tools/llvmc2/Tool.h
parent7f6ed20009208c42046dd835c89657e2286cc508 (diff)
downloadbcm5719-llvm-3a2f5c423e4f5ee8938984a3d88e3ff430c3cb25.tar.gz
bcm5719-llvm-3a2f5c423e4f5ee8938984a3d88e3ff430c3cb25.zip
Remove the UnpackValues() function.
llvm-svn: 50756
Diffstat (limited to 'llvm/tools/llvmc2/Tool.h')
-rw-r--r--llvm/tools/llvmc2/Tool.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/tools/llvmc2/Tool.h b/llvm/tools/llvmc2/Tool.h
index 1cac7eed697..122c887ca9e 100644
--- a/llvm/tools/llvmc2/Tool.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud