Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lldb][nfc] Delete unused variable #86740

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

felipepiovezan
Copy link
Contributor

This was made unused by d9ec4b2.

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 26, 2024

@llvm/pr-subscribers-lldb

Author: Felipe de Azevedo Piovezan (felipepiovezan)

Changes

This was made unused by d9ec4b2.


Full diff: https://github.com/llvm/llvm-project/pull/86740.diff

1 Files Affected:

  • (modified) lldb/source/Target/StackFrame.cpp (-1)
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();

@felipepiovezan felipepiovezan merged commit 2cb7ea1 into llvm:main Mar 27, 2024
6 checks passed
@felipepiovezan felipepiovezan deleted the felipe/remove_unused_var branch March 27, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants