forked from qt-creator/qt-creator
iOS: Remove unneeded abortDebugger call
Change-Id: Ib4a4897e61b74cfed54a77b367fcad8932a47b9f Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -533,10 +533,5 @@ void IosDebugSupport::start()
|
||||
DebuggerRunTool::start();
|
||||
}
|
||||
|
||||
void IosDebugSupport::onFinished()
|
||||
{
|
||||
abortDebugger();
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Ios
|
||||
|
||||
Reference in New Issue
Block a user