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;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to