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.
2 parents d838e84 + c1e9b90 commit ed47818Copy full SHA for ed47818
lldb/source/Interpreter/CommandInterpreter.cpp
@@ -284,8 +284,6 @@ bool CommandInterpreter::GetRequireCommandOverwrite() const {
284
void CommandInterpreter::Initialize() {
285
LLDB_SCOPED_TIMER();
286
287
- CommandReturnObject result(m_debugger.GetUseColor());
288
-
289
LoadCommandDictionary();
290
291
// An alias arguments vector to reuse - reset it before use...
0 commit comments