Debugger: Remove GdbServerPortsGatherer::setDevice

Apparently not used anymore.

Change-Id: Ic9ee826edd383254dcb77ea435843904a53d10a8
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-06-11 09:38:25 +02:00
parent 8ec882a6e6
commit f636f06b45
3 changed files with 0 additions and 10 deletions

View File

@@ -155,12 +155,9 @@ public:
Utils::Port qmlServerPort() const;
QUrl qmlServer() const;
void setDevice(ProjectExplorer::IDevice::ConstPtr device);
private:
bool m_useGdbServer = false;
bool m_useQmlServer = false;
ProjectExplorer::IDevice::ConstPtr m_device;
};
class DEBUGGER_EXPORT GdbServerRunner : public ProjectExplorer::SimpleTargetRunner