[Lldb-commits] [lldb] [lldb][nfc] Delete unused variable (PR #86740)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 26 14:13:09 PDT 2024


https://github.com/felipepiovezan created https://github.com/llvm/llvm-project/pull/86740

This was made unused by d9ec4b24a84addb8bd77b5d9dd990181351cf84c.

>From 1ab938c815d0a1d89520cd8dcc8705bf80f8f89c Mon Sep 17 00:00:00 2001
From: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: Tue, 26 Mar 2024 14:08:17 -0700
Subject: [PATCH] [lldb][nfc] Delete unused variable

This was made unused by d9ec4b24a84addb8bd77b5d9dd990181351cf84c.
---
 lldb/source/Target/StackFrame.cpp | 1 -
 1 file changed, 1 deletion(-)

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



More information about the lldb-commits mailing list