forked from qt-creator/qt-creator
debugger: code cosmetics
This commit is contained in:
@@ -1235,10 +1235,6 @@ bool DebuggerPluginPrivate::parseArgument(QStringList::const_iterator &it,
|
||||
*enabledEngines &= ~ScriptEngineType;
|
||||
return true;
|
||||
}
|
||||
if (option == _("-disable-tcf")) {
|
||||
*enabledEngines &= ~TcfEngineType;
|
||||
return true;
|
||||
}
|
||||
if (option == _("-disable-lldb")) {
|
||||
*enabledEngines &= ~LldbEngineType;
|
||||
return true;
|
||||
@@ -1261,7 +1257,6 @@ bool DebuggerPluginPrivate::parseArguments(const QStringList &args,
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
|
||||
QString *errorMessage)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user