[llvm-commits] CVS: llvm/include/llvm/Support/CommandLine.h

Chris Lattner sabre at nondot.org
Thu Apr 5 14:58:35 PDT 2007



Changes in directory llvm/include/llvm/Support:

CommandLine.h updated: 1.58 -> 1.59
---
Log message:

remove the dead removeArgument method, rename Options to OptionsMap.


---
Diffs of the changes:  (+0 -1)

 CommandLine.h |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/include/llvm/Support/CommandLine.h
diff -u llvm/include/llvm/Support/CommandLine.h:1.58 llvm/include/llvm/Support/CommandLine.h:1.59
--- llvm/include/llvm/Support/CommandLine.h:1.58	Wed Jan 31 19:43:37 2007
+++ llvm/include/llvm/Support/CommandLine.h	Thu Apr  5 16:58:17 2007
@@ -219,7 +219,6 @@
   // 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;






More information about the llvm-commits mailing list