remove message which is immediately flushed out anyway

This commit is contained in:
Oswald Buddenhagen
2009-05-07 12:12:19 +02:00
parent cdd1596f2d
commit 12f9c7891d

View File

@@ -989,7 +989,6 @@ void GdbEngine::handleAsyncOutput(const GdbMi &data)
QTC_ASSERT(q->status() == DebuggerInferiorStopRequested,
qDebug() << "STATUS:" << q->status())
qq->notifyInferiorStopped();
q->showStatusMessage(tr("Temporarily stopped."));
// FIXME: racy
while (!m_commandsToRunOnTemporaryBreak.isEmpty()) {
GdbCommand cmd = m_commandsToRunOnTemporaryBreak.takeFirst();