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

@@ -67,7 +67,6 @@ static void startRemoteTool(IAnalyzerTool *tool)
return;
AnalyzerStartParameters sp;
sp.toolId = tool->id();
sp.startMode = StartRemote;
sp.connParams = dlg.sshParams();
sp.debuggee = dlg.executable();