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 | 1fc46d5a8c5fdc93a0515f3459919eb1d31f58d5 (patch) | |
tree | b386be5d4a22209be878259057e3502253da5eaf /include/llvm/Support | |
parent | 49588d83dae22e8117231c0e72d060584cd24da9 (diff) | |
download | external_llvm-1fc46d5a8c5fdc93a0515f3459919eb1d31f58d5.zip external_llvm-1fc46d5a8c5fdc93a0515f3459919eb1d31f58d5.tar.gz external_llvm-1fc46d5a8c5fdc93a0515f3459919eb1d31f58d5.tar.bz2 |
Remove an unnecessary friend declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r-- | include/llvm/Support/CommandLine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index 8fb7d38..005861e 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 |