From 5b6c4f63b0110f55669c6d5a210c437c2f176bea Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 18 Aug 2017 09:52:50 +0200 Subject: RemoteLinux: Remove RemoteLinuxQmlProfilerSupport::m_outputParser It's not necessary and not used anymore. Change-Id: Ibf5f8b691a0228b90c045154dd98ee83d4300861 Reviewed-by: Ulf Hermann --- src/plugins/remotelinux/remotelinuxanalyzesupport.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/plugins/remotelinux') diff --git a/src/plugins/remotelinux/remotelinuxanalyzesupport.h b/src/plugins/remotelinux/remotelinuxanalyzesupport.h index 6684753333..7735b7dbb1 100644 --- a/src/plugins/remotelinux/remotelinuxanalyzesupport.h +++ b/src/plugins/remotelinux/remotelinuxanalyzesupport.h @@ -30,10 +30,6 @@ #include #include -#include - -#include - namespace RemoteLinux { class REMOTELINUX_EXPORT RemoteLinuxQmlProfilerSupport @@ -47,7 +43,6 @@ public: private: void start() override; - QmlDebug::QmlOutputParser m_outputParser; ProjectExplorer::PortsGatherer *m_portsGatherer; ProjectExplorer::RunWorker *m_profiler; }; -- cgit v1.2.1