Analyzer: Remove unused AnalyzerStartParameter::toolId member

Change-Id: I34e713ec1c9de99584ba206cfa1e38cd46e880fc
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
hjk
2013-07-31 09:11:53 +02:00
parent cad3b13bbd
commit baed8a12ff
7 changed files with 1 additions and 8 deletions

View File

@@ -35,7 +35,6 @@
#include <QMetaType>
#include <coreplugin/id.h>
#include <ssh/sshconnection.h>
#include <utils/environment.h>
#include <projectexplorer/projectexplorerconstants.h>
@@ -55,7 +54,6 @@ public:
ProjectExplorer::RunMode runMode;
QSsh::SshConnectionParameters connParams;
Core::Id toolId;
QString debuggee;
QString debuggeeArgs;
QString analyzerCmdPrefix;