forked from qt-creator/qt-creator
debugger: remove unused code
This commit is contained in:
@@ -2614,7 +2614,6 @@ void DebuggerPlugin::createNewDock(QWidget *widget)
|
||||
|
||||
void DebuggerPlugin::runControlStarted(DebuggerRunControl *runControl)
|
||||
{
|
||||
qDebug() << "RUNCONTROL STARTED: " << runControl;
|
||||
d->connectEngine(runControl->engine());
|
||||
}
|
||||
|
||||
@@ -2622,7 +2621,6 @@ void DebuggerPlugin::runControlFinished(DebuggerRunControl *runControl)
|
||||
{
|
||||
Q_UNUSED(runControl);
|
||||
d->disconnectEngine();
|
||||
qDebug() << "RUNCONTROL FINISHED: " << runControl;
|
||||
}
|
||||
|
||||
DebuggerEngine *DebuggerPlugin::sessionTemplate()
|
||||
|
||||
Reference in New Issue
Block a user