summaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/Tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/Tool.h')
-rw-r--r--tools/llvmc2/Tool.h6
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.