[lldb] Remove an unused local variable (NFC) (#142882)

Note that CommandArgumentEntry is an alias for:

  std::vector<CommandArgumentData>
This commit is contained in:
Kazu Hirata
2025-06-04 22:43:05 -07:00
committed by GitHub
parent ddc8b5419a
commit 0bcf9af591

View File

@@ -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.