Skip to content

Commit 2cb7ea1

Browse files
[lldb][nfc] Delete unused variable (#86740)
This was made unused by d9ec4b2.
1 parent 6e6d266 commit 2cb7ea1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Target/StackFrame.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,6 @@ void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique,
18001800
return;
18011801

18021802
ExecutionContext exe_ctx(shared_from_this());
1803-
StreamString s;
18041803

18051804
const FormatEntity::Entry *frame_format = nullptr;
18061805
Target *target = exe_ctx.GetTargetPtr();

0 commit comments

Comments
 (0)