forked from OSchip/llvm-project
parent
b5ac56fb81
commit
7bbfd8a5b9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue