aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerengine.cpp')
-rw-r--r--src/plugins/debugger/debuggerengine.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/debugger/debuggerengine.cpp b/src/plugins/debugger/debuggerengine.cpp
index 790d8ee0153..aa676f85445 100644
--- a/src/plugins/debugger/debuggerengine.cpp
+++ b/src/plugins/debugger/debuggerengine.cpp
@@ -1233,10 +1233,6 @@ void DebuggerEngine::setState(DebuggerState state, bool forced)
handler->notifyBreakpointReleased(id);
}
- const bool running = d->m_state == InferiorRunOk;
- if (running)
- threadsHandler()->notifyRunning();
-
showMessage(msg, LogDebug);
updateViews();
@@ -1586,10 +1582,6 @@ void DebuggerEngine::changeBreakpoint(BreakpointModelId id)
QTC_CHECK(false);
}
-void DebuggerEngine::selectThread(int)
-{
-}
-
void DebuggerEngine::assignValueInDebugger(const WatchData *,
const QString &, const QVariant &)
{