From 20968a247246a0ef71f340f0a5f74405fc91a727 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 14 Aug 2003 22:04:41 +0000 Subject: Remove extraneous cl:: namespace qualifiers git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7852 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/CommandLine.h | 8 ++++---- include/llvm/Support/CommandLine.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h index faf82062cc..5febbcf1c9 100644 --- a/include/Support/CommandLine.h +++ b/include/Support/CommandLine.h @@ -28,15 +28,15 @@ namespace cl { //===----------------------------------------------------------------------===// // ParseCommandLineOptions - Command line option processing entry point. // -void cl::ParseCommandLineOptions(int &argc, char **argv, - const char *Overview = 0); +void ParseCommandLineOptions(int &argc, char **argv, + const char *Overview = 0); //===----------------------------------------------------------------------===// // ParseEnvironmentOptions - Environment variable option processing alternate // entry point. // -void cl::ParseEnvironmentOptions (char *progName, char *envvar, - const char *Overview = 0); +void ParseEnvironmentOptions(char *progName, char *envvar, + const char *Overview = 0); //===----------------------------------------------------------------------===// // Flags permitted to be passed to command line arguments diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index faf82062cc..5febbcf1c9 100644 --- a/include/llvm/Support/CommandLine.h +++ b/include/llvm/Support/CommandLine.h @@ -28,15 +28,15 @@ namespace cl { //===----------------------------------------------------------------------===// // ParseCommandLineOptions - Command line option processing entry point. // -void cl::ParseCommandLineOptions(int &argc, char **argv, - const char *Overview = 0); +void ParseCommandLineOptions(int &argc, char **argv, + const char *Overview = 0); //===----------------------------------------------------------------------===// // ParseEnvironmentOptions - Environment variable option processing alternate // entry point. // -void cl::ParseEnvironmentOptions (char *progName, char *envvar, - const char *Overview = 0); +void ParseEnvironmentOptions(char *progName, char *envvar, + const char *Overview = 0); //===----------------------------------------------------------------------===// // Flags permitted to be passed to command line arguments -- cgit v1.2.3