Skip to content

Commit 43ae5c5

Browse files
committed
[Commands] Remove commented out code
llvm-svn: 362042
1 parent 4bc7101 commit 43ae5c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/source/Commands/CommandObjectType.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -2841,10 +2841,6 @@ class CommandObjectTypeLookup : public CommandObjectRaw {
28412841
exe_ctx))
28422842
return false;
28432843

2844-
// TargetSP
2845-
// target_sp(GetCommandInterpreter().GetDebugger().GetSelectedTarget());
2846-
// const bool fill_all_in = true;
2847-
// ExecutionContext exe_ctx(target_sp.get(), fill_all_in);
28482844
ExecutionContextScope *best_scope = exe_ctx.GetBestExecutionContextScope();
28492845

28502846
bool any_found = false;

0 commit comments

Comments
 (0)