[lldb][nfc] Delete unused variable (#86740)

This was made unused by d9ec4b24a8.
This commit is contained in:
Felipe de Azevedo Piovezan
2024-03-27 07:02:12 -07:00
committed by GitHub
parent 6e6d266fb8
commit 2cb7ea1553

View File

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