Skip to content

Commit 7e67901

Browse files
committed
[lldb] Remove unused CommandReturnObject stack variable (NFC)
Per the title, the variable is unused. (cherry picked from commit c1e9b90)
1 parent c489863 commit 7e67901

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
@@ -286,8 +286,6 @@ bool CommandInterpreter::GetRequireCommandOverwrite() const {
286286
void CommandInterpreter::Initialize() {
287287
LLDB_SCOPED_TIMER();
288288

289-
CommandReturnObject result(m_debugger.GetUseColor());
290-
291289
LoadCommandDictionary();
292290

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

0 commit comments

Comments
 (0)