summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit2031b02faf6d4c41b3631f8e004a50e02542a395 (patch)
tree892933e1517c11defc185e3d763252231d358126 /llvm/include/llvm/Support/CommandLine.h
parent1a9a760318d7a91760403426c027cd2b896c7f32 (diff)
downloadbcm5719-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.h1
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;
OpenPOWER on IntegriCloud