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 | 2031b02faf6d4c41b3631f8e004a50e02542a395 (patch) | |
tree | 892933e1517c11defc185e3d763252231d358126 /llvm/include/llvm/Support/CommandLine.h | |
parent | 1a9a760318d7a91760403426c027cd2b896c7f32 (diff) | |
download | bcm5719-llvm-2031b02faf6d4c41b3631f8e004a50e02542a395.tar.gz bcm5719-llvm-2031b02faf6d4c41b3631f8e004a50e02542a395.zip |
remove the dead removeArgument method, rename Options to OptionsMap.
llvm-svn: 35690
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index f9cf3be9946..8440c97602d 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/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; |