Skip to content

Commit acb9742

Browse files
[lldb] Fix a warning
This patch fixes: lldb/source/Commands/CommandObjectBreakpoint.cpp:1266:21: error: unused variable 'expr' [-Werror,-Wunused-variable]
1 parent 5daad5b commit acb9742

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
@@ -1263,7 +1263,6 @@ class CommandObjectBreakpointAddPattern : public CommandObjectRaw {
12631263
}
12641264

12651265
OptionsWithRaw args(command);
1266-
llvm::StringRef expr = args.GetRawPart();
12671266

12681267
if (args.HasArgs()) {
12691268
if (!ParseOptionsAndNotify(args.GetArgs(), result, m_all_options,

0 commit comments

Comments
 (0)