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