From 77ad54a6efad72e4c968d52198ad79e1ce540dc6 Mon Sep 17 00:00:00 2001 From: Aaron Barany Date: Mon, 10 Dec 2018 04:07:31 -0800 Subject: [PATCH] Debugger: Remove obsolete function declation Change-Id: Ic528f0a97341773093822089bcc66f096f5e2327 Reviewed-by: hjk --- src/plugins/debugger/debuggerplugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index c17863dc8f6..3f7b01d2bdd 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -706,7 +706,6 @@ public: void runScheduled(); void attachCore(); - void runControlFinished(DebuggerRunTool *runTool); void remoteCommand(const QStringList &options); void dumpLog();