aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h')
-rw-r--r--src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h b/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h
index be7f12aa63..a438df7a81 100644
--- a/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h
+++ b/src/plugins/projectexplorer/devicesupport/deviceusedportsgatherer.h
@@ -70,15 +70,6 @@ private:
Utils::PortList m_portList;
};
-class PROJECTEXPLORER_EXPORT ChannelForwarder : public RunWorker
-{
- Q_OBJECT
-
-public:
- explicit ChannelForwarder(RunControl *runControl);
-
-};
-
class PROJECTEXPLORER_EXPORT ChannelProvider : public RunWorker
{
Q_OBJECT