Remove "k" as an alias for "kill". It doesn't ask for confirmation and

it's too easy to type by mistake when typing "l" (read: I did this once).

llvm-svn: 165340
This commit is contained in:
Jason Molenda 2012-10-05 22:56:23 +00:00
parent 1fe885614d
commit 675e45c770
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ CommandInterpreter::Initialize ()
if (cmd_obj_sp)
{
AddAlias ("kill", cmd_obj_sp);
AddAlias ("k", cmd_obj_sp);
}
cmd_obj_sp = GetCommandSPExact ("process launch", false);