diff --git a/src/plugins/ios/iosrunner.cpp b/src/plugins/ios/iosrunner.cpp index 872e7b18561..9794bd9f189 100644 --- a/src/plugins/ios/iosrunner.cpp +++ b/src/plugins/ios/iosrunner.cpp @@ -387,14 +387,6 @@ IosQmlProfilerSupport::IosQmlProfilerSupport(RunControl *runControl) { setId("IosQmlProfilerSupport"); - auto iosRunConfig = qobject_cast(runControl->runConfiguration()); - Runnable runnable; - runnable.executable = iosRunConfig->localExecutable(); - runnable.commandLineArguments = - runControl->aspect()->arguments(iosRunConfig->macroExpander()); - runControl->setDisplayName(iosRunConfig->applicationName()); - runControl->setRunnable(runnable); - m_runner = new IosRunner(runControl); m_runner->setQmlDebugging(QmlDebug::QmlProfilerServices); addStartDependency(m_runner);