[Commands] Remove commented out code
authorAlex Langford <apl@fb.com>
Wed, 29 May 2019 23:25:44 +0000 (23:25 +0000)
committerAlex Langford <apl@fb.com>
Wed, 29 May 2019 23:25:44 +0000 (23:25 +0000)
llvm-svn: 362042

lldb/source/Commands/CommandObjectType.cpp

index d9fa210..8619818 100644 (file)
@@ -2841,10 +2841,6 @@ public:
                                  exe_ctx))
         return false;
 
-    // TargetSP
-    // target_sp(GetCommandInterpreter().GetDebugger().GetSelectedTarget());
-    // const bool fill_all_in = true;
-    // ExecutionContext exe_ctx(target_sp.get(), fill_all_in);
     ExecutionContextScope *best_scope = exe_ctx.GetBestExecutionContextScope();
 
     bool any_found = false;