diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-05 21:58:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-05 21:58:17 +0000 |
commit | af035f3460f7d758f73987c3f692faf8d6cae062 (patch) | |
tree | 672815a024300e87d51437e90e5fb46e7959ddc5 /include/llvm/Support/CommandLine.h | |
parent | 4913bf47fddaafaf21d2657fd06eed5e48bc8eb9 (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.h | 1 |
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; |