Author: davide Date: Thu Mar 22 17:14:41 2018 New Revision: 328278 URL: http://llvm.org/viewvc/llvm-project?rev=328278&view=rev Log: [CommandObjectFrame] Remove dead code.
Modified: lldb/trunk/source/Commands/CommandObjectFrame.cpp Modified: lldb/trunk/source/Commands/CommandObjectFrame.cpp URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectFrame.cpp?rev=328278&r1=328277&r2=328278&view=diff ============================================================================== --- lldb/trunk/source/Commands/CommandObjectFrame.cpp (original) +++ lldb/trunk/source/Commands/CommandObjectFrame.cpp Thu Mar 22 17:14:41 2018 @@ -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); _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits