We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c489863 commit 7e67901Copy full SHA for 7e67901
lldb/source/Interpreter/CommandInterpreter.cpp
@@ -286,8 +286,6 @@ bool CommandInterpreter::GetRequireCommandOverwrite() const {
286
void CommandInterpreter::Initialize() {
287
LLDB_SCOPED_TIMER();
288
289
- CommandReturnObject result(m_debugger.GetUseColor());
290
-
291
LoadCommandDictionary();
292
293
// An alias arguments vector to reuse - reset it before use...
0 commit comments