[Lldb-commits] [lldb] [lldb][nfc] Delete unused variable (PR #86740)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 26 14:13:39 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Felipe de Azevedo Piovezan (felipepiovezan)
<details>
<summary>Changes</summary>
This was made unused by d9ec4b24a84addb8bd77b5d9dd990181351cf84c.
---
Full diff: https://github.com/llvm/llvm-project/pull/86740.diff
1 Files Affected:
- (modified) lldb/source/Target/StackFrame.cpp (-1)
``````````diff
diff --git a/lldb/source/Target/StackFrame.cpp b/lldb/source/Target/StackFrame.cpp
index 3af62f52d57546..03a74f29e76e99 100644
--- a/lldb/source/Target/StackFrame.cpp
+++ b/lldb/source/Target/StackFrame.cpp
@@ -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();
``````````
</details>
https://github.com/llvm/llvm-project/pull/86740
More information about the lldb-commits
mailing list