[llvm-commits] [llvm] r42805 - /llvm/trunk/include/llvm/Support/CommandLine.h

Dan Gohman djg at cray.com
Tue Oct 9 11:39:49 PDT 2007


Author: djg
Date: Tue Oct  9 13:39:48 2007
New Revision: 42805

URL: http://llvm.org/viewvc/llvm-project?rev=42805&view=rev
Log:
Remove an unnecessary friend declaration.

Modified:
    llvm/trunk/include/llvm/Support/CommandLine.h

Modified: llvm/trunk/include/llvm/Support/CommandLine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/CommandLine.h?rev=42805&r1=42804&r2=42805&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/CommandLine.h (original)
+++ llvm/trunk/include/llvm/Support/CommandLine.h Tue Oct  9 13:39:48 2007
@@ -133,7 +133,6 @@
 //
 class alias;
 class Option {
-  friend void cl::ParseCommandLineOptions(int, char **, const char *);
   friend class alias;
 
   // handleOccurrences - Overriden by subclasses to handle the value passed into





More information about the llvm-commits mailing list