OSDN Git Service

RemoteLinux: Remove unused class member.
authorChristian Kandeler <christian.kandeler@nokia.com>
Wed, 7 Sep 2011 12:57:35 +0000 (14:57 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Wed, 7 Sep 2011 13:09:15 +0000 (15:09 +0200)
Change-Id: Ifdd99c320253774f1c3938188ef1bc103c1638b4
Reviewed-on: http://codereview.qt.nokia.com/4361
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
src/plugins/remotelinux/remotelinuxdebugsupport.cpp

index 9668fbd..87e80e1 100644 (file)
@@ -62,14 +62,13 @@ class AbstractRemoteLinuxDebugSupportPrivate
 public:
     AbstractRemoteLinuxDebugSupportPrivate(RemoteLinuxRunConfiguration *runConfig,
             DebuggerEngine *engine)
-        : engine(engine), runConfig(runConfig), deviceConfig(runConfig->deviceConfig()),
+        : engine(engine), deviceConfig(runConfig->deviceConfig()),
           debuggingType(runConfig->debuggingType()), state(Inactive),
           gdbServerPort(-1), qmlPort(-1)
     {
     }
 
     const QPointer<Debugger::DebuggerEngine> engine;
-    const QPointer<RemoteLinuxRunConfiguration> runConfig;
     const LinuxDeviceConfiguration::ConstPtr deviceConfig;
     const RemoteLinuxRunConfiguration::DebuggingType debuggingType;