From 0bcf9af5910b5184cc8eae959e5f756f4b342f38 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 4 Jun 2025 22:43:05 -0700 Subject: [PATCH] [lldb] Remove an unused local variable (NFC) (#142882) Note that CommandArgumentEntry is an alias for: std::vector --- lldb/source/Commands/CommandObjectBreakpoint.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp index 494d6c50e94a..a0c39cf670d4 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.cpp +++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp @@ -1094,7 +1094,6 @@ public: interpreter, "breakpoint list", "List some or all breakpoints at configurable levels of detail.", nullptr) { - CommandArgumentEntry arg; CommandArgumentData bp_id_arg; // Define the first (and only) variant of this arg.