Skip to content

Commit 26c2da5

Browse files
committed
[lldb] Remove another unused CommandReturnObject variable (NFC)
1 parent ac7c199 commit 26c2da5

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)