Debugger[Trk]: Fix warning about states.

This commit is contained in:
Friedemann Kleint
2010-08-09 16:54:21 +02:00
parent 6878198a23
commit 93cb30b102

View File

@@ -1604,7 +1604,6 @@ void TrkGdbAdapter::handleTargetRemote(const GdbResponse &record)
{
QTC_ASSERT(state() == InferiorSetupRequested, qDebug() << state());
if (record.resultClass == GdbResultDone) {
m_engine->notifyInferiorStopOk();
m_engine->handleInferiorPrepared();
} else {
QString msg = tr("Connecting to TRK server adapter failed:\n")