From 7bbfd8a5b90c2e5c833a381544e5a21b869ce4b3 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Fri, 23 Mar 2018 00:14:41 +0000 Subject: [CommandObjectFrame] Remove dead code. llvm-svn: 328278 --- lldb/source/Commands/CommandObjectFrame.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/source/Commands/CommandObjectFrame.cpp') diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp index 0bcc3506296..99ee2c648e2 100644 --- a/lldb/source/Commands/CommandObjectFrame.cpp +++ b/lldb/source/Commands/CommandObjectFrame.cpp @@ -620,9 +620,6 @@ protected: if (!scope_string.empty()) s.PutCString(scope_string); - - // if (format != eFormatDefault) - // valobj_sp->SetFormat (format); if (m_option_variable.show_decl && var_sp && var_sp->GetDeclaration().GetFile()) { var_sp->GetDeclaration().DumpStopContext(&s, false); -- cgit v1.2.3