debugger: remove unneeded function

This commit is contained in:
hjk
2010-12-03 16:21:57 +01:00
parent e1f1f3184a
commit 69bc6b018b
2 changed files with 1 additions and 8 deletions

View File

@@ -741,12 +741,6 @@ bool DebuggerRunControl::isRunning() const
return d->m_running;
}
DebuggerState DebuggerRunControl::state() const
{
QTC_ASSERT(d->m_engine, return DebuggerNotReady);
return d->m_engine->state();
}
DebuggerEngine *DebuggerRunControl::engine()
{
QTC_ASSERT(d->m_engine, /**/);