diff options
author | Dan Gohman <gohman@apple.com> | 2007-10-09 18:39:48 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-10-09 18:39:48 +0000 |
commit | 850ff110223bb103b2738576256229a802466f9a (patch) | |
tree | 6a95537a3543b05eea64de0d2a4721169a97522b /llvm/include/llvm/Support/CommandLine.h | |
parent | eb2b34a9a5fc66f91d79fa7a51d0855fb11413c0 (diff) | |
download | bcm5719-llvm-850ff110223bb103b2738576256229a802466f9a.tar.gz bcm5719-llvm-850ff110223bb103b2738576256229a802466f9a.zip |
Remove an unnecessary friend declaration.
llvm-svn: 42805
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 8fb7d3832ca..005861e7bdd 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/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 |