OSDN Git Service

Remove an unnecessary friend declaration.
authorDan Gohman <gohman@apple.com>
Tue, 9 Oct 2007 18:39:48 +0000 (18:39 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 9 Oct 2007 18:39:48 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42805 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/CommandLine.h

index 8fb7d38..005861e 100644 (file)
@@ -133,7 +133,6 @@ enum MiscFlags {               // Miscellaneous flags to adjust argument
 //
 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