From 43ae5c59744bcfcd7a9092ef1a10c5618193d6fc Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Wed, 29 May 2019 23:25:44 +0000 Subject: [PATCH] [Commands] Remove commented out code llvm-svn: 362042 --- lldb/source/Commands/CommandObjectType.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lldb/source/Commands/CommandObjectType.cpp b/lldb/source/Commands/CommandObjectType.cpp index d9fa210..8619818 100644 --- a/lldb/source/Commands/CommandObjectType.cpp +++ b/lldb/source/Commands/CommandObjectType.cpp @@ -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; -- 2.7.4