Remove the bt alias I inadvertently added back in in my last checkin.

llvm-svn: 165330
This commit is contained in:
Jim Ingham
2012-10-05 19:48:19 +00:00
parent 57f590e674
commit 067df8090a

View File

@@ -160,10 +160,6 @@ CommandInterpreter::Initialize ()
if (cmd_obj_sp)
AddAlias ("tbreak", cmd_obj_sp);
cmd_obj_sp = GetCommandSPExact ("thread backtrace", false);
if (cmd_obj_sp)
AddAlias ("bt", cmd_obj_sp);
cmd_obj_sp = GetCommandSPExact ("thread step-inst", false);
if (cmd_obj_sp)
{