mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[lldb][nfc] Delete unused variable (#86740)
This was made unused by d9ec4b24a8.
This commit is contained in:
committed by
GitHub
parent
6e6d266fb8
commit
2cb7ea1553
@@ -1800,7 +1800,6 @@ void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique,
|
||||
return;
|
||||
|
||||
ExecutionContext exe_ctx(shared_from_this());
|
||||
StreamString s;
|
||||
|
||||
const FormatEntity::Entry *frame_format = nullptr;
|
||||
Target *target = exe_ctx.GetTargetPtr();
|
||||
|
||||
Reference in New Issue
Block a user