mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Remove an unnecessary friend declaration.
llvm-svn: 42805
This commit is contained in:
parent
03d9efc98a
commit
d174f83e57
@ -133,7 +133,6 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
|
|||||||
//
|
//
|
||||||
class alias;
|
class alias;
|
||||||
class Option {
|
class Option {
|
||||||
friend void cl::ParseCommandLineOptions(int, char **, const char *);
|
|
||||||
friend class alias;
|
friend class alias;
|
||||||
|
|
||||||
// handleOccurrences - Overriden by subclasses to handle the value passed into
|
// handleOccurrences - Overriden by subclasses to handle the value passed into
|
||||||
|
Loading…
Reference in New Issue
Block a user