Skip to content

Commit ed47818

Browse files
JDevliegheregithub-actions[bot]
authored andcommitted
Automerge: [lldb] Remove unused CommandReturnObject stack variable (NFC)
Per the title, the variable is unused.
2 parents d838e84 + c1e9b90 commit ed47818

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)