Skip to content

Commit 0bcf9af

Browse files
[lldb] Remove an unused local variable (NFC) (#142882)
Note that CommandArgumentEntry is an alias for: std::vector<CommandArgumentData>
1 parent ddc8b54 commit 0bcf9af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Commands/CommandObjectBreakpoint.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,6 @@ class CommandObjectBreakpointList : public CommandObjectParsed {
10941094
interpreter, "breakpoint list",
10951095
"List some or all breakpoints at configurable levels of detail.",
10961096
nullptr) {
1097-
CommandArgumentEntry arg;
10981097
CommandArgumentData bp_id_arg;
10991098

11001099
// Define the first (and only) variant of this arg.

0 commit comments

Comments
 (0)