From 1fc46d5a8c5fdc93a0515f3459919eb1d31f58d5 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 9 Oct 2007 18:39:48 +0000 Subject: [PATCH] Remove an unnecessary friend declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42805 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/CommandLine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index 8fb7d3832ca..005861e7bdd 100644 --- a/include/llvm/Support/CommandLine.h +++ b/include/llvm/Support/CommandLine.h @@ -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 -- 2.11.0