forked from qt-creator/qt-creator
debugger: remove unused code
Change-Id: I105aa0433530abb4e9f53de19c0846281ccda0cf Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -82,7 +82,6 @@ RunControl *AndroidDebugSupport::createDebugRunControl(AndroidRunConfiguration *
|
||||
params.dumperLibrary = runConfig->dumperLib();
|
||||
params.executable = project(runConfig)->rootQt4ProjectNode()->buildDir() + QLatin1String("/app_process");
|
||||
params.remoteChannel = runConfig->remoteChannel();
|
||||
params.remoteArchitecture = QLatin1String("arm");
|
||||
params.useServerStartScript = true;
|
||||
|
||||
params.solibSearchPath.clear();
|
||||
|
||||
Reference in New Issue
Block a user