Eliminate a pile of "type qualifiers ignored on function return type" warnings.

llvm-svn: 128136
This commit is contained in:
Stephen Wilson 2011-03-23 02:12:10 +00:00
parent e9b1491d49
commit 0c16aa6d39
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ public:
static const ArgumentTableEntry*
GetArgumentTable ();
static const lldb::CommandArgumentType
static lldb::CommandArgumentType
LookupArgumentName (const char *arg_name);
static ArgumentTableEntry *

View File

@ -570,7 +570,7 @@ CommandObject::GetFormattedCommandArguments (Stream &str)
}
}
const CommandArgumentType
CommandArgumentType
CommandObject::LookupArgumentName (const char *arg_name)
{
CommandArgumentType return_type = eArgTypeLastArg;