diff options
author | Davide Italiano <davide@freebsd.org> | 2018-03-23 00:14:41 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2018-03-23 00:14:41 +0000 |
commit | 7bbfd8a5b90c2e5c833a381544e5a21b869ce4b3 (patch) | |
tree | 605c1fb1127dca7bb4cb84ec1a96ca2d586d9e34 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | b5ac56fb8188fb268d67af1eddbb89f4253dab3c (diff) | |
download | bcm5719-llvm-7bbfd8a5b90c2e5c833a381544e5a21b869ce4b3.tar.gz bcm5719-llvm-7bbfd8a5b90c2e5c833a381544e5a21b869ce4b3.zip |
[CommandObjectFrame] Remove dead code.
llvm-svn: 328278
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectFrame.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp index 0bcc3506296..99ee2c648e2 100644 --- a/lldb/source/Commands/CommandObjectFrame.cpp +++ b/lldb/source/Commands/CommandObjectFrame.cpp @@ -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); |