[Lldb-commits] [lldb] r328278 - [CommandObjectFrame] Remove dead code.
Davide Italiano via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 22 17:14:42 PDT 2018
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);
More information about the lldb-commits
mailing list