iOS: Remove unneeded abortDebugger call

Change-Id: Ib4a4897e61b74cfed54a77b367fcad8932a47b9f
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2017-07-13 17:00:29 +02:00
parent 6c04099601
commit b7babda68d
2 changed files with 0 additions and 6 deletions

View File

@@ -533,10 +533,5 @@ void IosDebugSupport::start()
DebuggerRunTool::start();
}
void IosDebugSupport::onFinished()
{
abortDebugger();
}
} // namespace Internal
} // namespace Ios