[CommandObjectFrame] Remove dead code.

llvm-svn: 328278
This commit is contained in:
Davide Italiano 2018-03-23 00:14:41 +00:00
parent b5ac56fb81
commit 7bbfd8a5b9
1 changed files with 0 additions and 3 deletions

View File

@ -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);