Remove the bt alias I inadvertently added back in in my last checkin.
authorJim Ingham <jingham@apple.com>
Fri, 5 Oct 2012 19:48:19 +0000 (19:48 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 5 Oct 2012 19:48:19 +0000 (19:48 +0000)
llvm-svn: 165330

lldb/source/Interpreter/CommandInterpreter.cpp

index 6db59ac..c621789 100644 (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)
     {