We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7c199 commit 26c2da5Copy full SHA for 26c2da5
lldb/source/Interpreter/CommandObject.cpp
@@ -278,7 +278,6 @@ void CommandObject::HandleCompletion(CompletionRequest &request) {
278
} else {
279
// Can we do anything generic with the options?
280
Options *cur_options = GetOptions();
281
- CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor());
282
OptionElementVector opt_element_vector;
283
284
if (cur_options != nullptr) {
0 commit comments