[lldb] Remove an unused local variable (NFC) (#142882)
Note that CommandArgumentEntry is an alias for: std::vector<CommandArgumentData>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user