Boot2Qt: Drop QdbDeviceDebugSupport::stop() overload

It's no-op.

Task-number: QTCREATORBUG-29168
Change-Id: I616311ee732964058d0394b5312369846ddb227d
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2024-11-20 19:01:03 +01:00
parent 165403f14c
commit 86dc1c6e25

View File

@@ -119,7 +119,6 @@ public:
private: private:
void start() override; void start() override;
void stop() override;
}; };
QdbDeviceDebugSupport::QdbDeviceDebugSupport(RunControl *runControl) QdbDeviceDebugSupport::QdbDeviceDebugSupport(RunControl *runControl)
@@ -153,13 +152,6 @@ void QdbDeviceDebugSupport::start()
DebuggerRunTool::start(); DebuggerRunTool::start();
} }
void QdbDeviceDebugSupport::stop()
{
// Do nothing unusual. The launcher will die as result of (gdb) kill.
DebuggerRunTool::stop();
}
// QdbDeviceQmlProfilerSupport // QdbDeviceQmlProfilerSupport
class QdbDeviceQmlToolingSupport final : public RunWorker class QdbDeviceQmlToolingSupport final : public RunWorker