Skip to content

Commit 93d652c

Browse files
JDevliegheregithub-actions[bot]
authored andcommitted
Automerge: [lldb] Remove another unused CommandReturnObject variable (NFC)
2 parents 8fd2b6c + 26c2da5 commit 93d652c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Interpreter/CommandObject.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ void CommandObject::HandleCompletion(CompletionRequest &request) {
278278
} else {
279279
// Can we do anything generic with the options?
280280
Options *cur_options = GetOptions();
281-
CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor());
282281
OptionElementVector opt_element_vector;
283282

284283
if (cur_options != nullptr) {

0 commit comments

Comments
 (0)