From 26e7ed14b7cc275c6975d24f3a13e0c81a050f2b Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 25 Jul 2012 03:38:19 +0200 Subject: debugger: remove unused code Change-Id: I105aa0433530abb4e9f53de19c0846281ccda0cf Reviewed-by: hjk --- src/plugins/qnx/blackberryruncontrolfactory.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/plugins/qnx/blackberryruncontrolfactory.cpp') diff --git a/src/plugins/qnx/blackberryruncontrolfactory.cpp b/src/plugins/qnx/blackberryruncontrolfactory.cpp index d1abfc3046..2e649682f1 100644 --- a/src/plugins/qnx/blackberryruncontrolfactory.cpp +++ b/src/plugins/qnx/blackberryruncontrolfactory.cpp @@ -134,10 +134,8 @@ Debugger::DebuggerStartParameters BlackBerryRunControlFactory::startParameters( params.debuggerCommand = Debugger::DebuggerProfileInformation::debuggerCommand(profile).toString(); params.sysRoot = ProjectExplorer::SysRootProfileInformation::sysRoot(profile).toString(); - if (ProjectExplorer::ToolChain *tc = ProjectExplorer::ToolChainProfileInformation::toolChain(profile)) { + if (ProjectExplorer::ToolChain *tc = ProjectExplorer::ToolChainProfileInformation::toolChain(profile)) params.toolChainAbi = tc->targetAbi(); - params.remoteArchitecture = ProjectExplorer::Abi::toString(tc->targetAbi().architecture()); - } params.executable = runConfig->localExecutableFilePath(); params.remoteChannel = runConfig->deployConfiguration()->deviceHost() + QLatin1String(":8000"); -- cgit v1.2.1