aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CommandLine.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-05 21:58:17 +0000
committerChris Lattner <sabre@nondot.org>2007-04-05 21:58:17 +0000
commitaf035f3460f7d758f73987c3f692faf8d6cae062 (patch)
tree672815a024300e87d51437e90e5fb46e7959ddc5 /include/llvm/Support/CommandLine.h
parent4913bf47fddaafaf21d2657fd06eed5e48bc8eb9 (diff)
remove the dead removeArgument method, rename Options to OptionsMap.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/CommandLine.h')
-rw-r--r--include/llvm/Support/CommandLine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h
index f9cf3be994..8440c97602 100644
--- a/include/llvm/Support/CommandLine.h
+++ b/include/llvm/Support/CommandLine.h
@@ -219,7 +219,6 @@ public:
// occurrences of -ArgStr on the command line.
//
void addArgument(const char *ArgStr);
- void removeArgument(const char *ArgStr);
// Return the width of the option tag for printing...
virtual unsigned getOptionWidth() const = 0;