Skip to content

Commit c1e9b90

Browse files
committed
[lldb] Remove unused CommandReturnObject stack variable (NFC)
Per the title, the variable is unused.
1 parent fa4af03 commit c1e9b90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Interpreter/CommandInterpreter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ bool CommandInterpreter::GetRequireCommandOverwrite() const {
284284
void CommandInterpreter::Initialize() {
285285
LLDB_SCOPED_TIMER();
286286

287-
CommandReturnObject result(m_debugger.GetUseColor());
288-
289287
LoadCommandDictionary();
290288

291289
// An alias arguments vector to reuse - reset it before use...

0 commit comments

Comments
 (0)