[CommandObjectFrame] Remove dead code.
authorDavide Italiano <davide@freebsd.org>
Fri, 23 Mar 2018 00:14:41 +0000 (00:14 +0000)
committerDavide Italiano <davide@freebsd.org>
Fri, 23 Mar 2018 00:14:41 +0000 (00:14 +0000)
llvm-svn: 328278

lldb/source/Commands/CommandObjectFrame.cpp

index 0bcc350629689ce90516163a782ef6b027f9551a..99ee2c648e224e36b5e84adfb212a6e66da54ddd 100644 (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);