Removed the "expr" alias for "expression," which

is entirely unnecessary and confuses the command
interpreter when the user types "exp".

llvm-svn: 179691
This commit is contained in:
Sean Callanan 2013-04-17 17:23:58 +00:00
parent d0585d8686
commit 90e579f295
1 changed files with 1 additions and 3 deletions

View File

@ -282,9 +282,7 @@ CommandInterpreter::Initialize ()
cmd_obj_sp = GetCommandSPExact ("expression", false);
if (cmd_obj_sp)
{
AddAlias ("expr", cmd_obj_sp);
{
ProcessAliasOptionsArgs (cmd_obj_sp, "--", alias_arguments_vector_sp);
AddAlias ("p", cmd_obj_sp);
AddAlias ("print", cmd_obj_sp);