[Lldb-commits] [lldb] r362042 - [Commands] Remove commented out code
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Wed May 29 16:25:45 PDT 2019
Author: xiaobai
Date: Wed May 29 16:25:44 2019
New Revision: 362042
URL: http://llvm.org/viewvc/llvm-project?rev=362042&view=rev
Log:
[Commands] Remove commented out code
Modified:
lldb/trunk/source/Commands/CommandObjectType.cpp
Modified: lldb/trunk/source/Commands/CommandObjectType.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectType.cpp?rev=362042&r1=362041&r2=362042&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectType.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectType.cpp Wed May 29 16:25:44 2019
@@ -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;
More information about the lldb-commits
mailing list