diff --git a/src/plugins/boot2qt/qdbdevicedebugsupport.cpp b/src/plugins/boot2qt/qdbdevicedebugsupport.cpp index 45a36158a74..df22296fa7b 100644 --- a/src/plugins/boot2qt/qdbdevicedebugsupport.cpp +++ b/src/plugins/boot2qt/qdbdevicedebugsupport.cpp @@ -119,7 +119,6 @@ public: private: void start() override; - void stop() override; }; QdbDeviceDebugSupport::QdbDeviceDebugSupport(RunControl *runControl) @@ -153,13 +152,6 @@ void QdbDeviceDebugSupport::start() DebuggerRunTool::start(); } -void QdbDeviceDebugSupport::stop() -{ - // Do nothing unusual. The launcher will die as result of (gdb) kill. - DebuggerRunTool::stop(); -} - - // QdbDeviceQmlProfilerSupport class QdbDeviceQmlToolingSupport final : public RunWorker