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



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128136 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/CommandObject.cpp b/source/Interpreter/CommandObject.cpp
index 6503e29..7cdf36d 100644
--- a/source/Interpreter/CommandObject.cpp
+++ b/source/Interpreter/CommandObject.cpp
@@ -570,7 +570,7 @@
     }
 }
 
-const CommandArgumentType
+CommandArgumentType
 CommandObject::LookupArgumentName (const char *arg_name)
 {
     CommandArgumentType return_type = eArgTypeLastArg;