forked from qt-creator/qt-creator
iOS: Remove unused IosRunConfiguration::deployStep
Change-Id: I5e2ceacf02c0f19b605d134a0e7f0a13d5426fa2 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "iosrunconfiguration.h"
|
||||
#include "iosconstants.h"
|
||||
#include "iosdeploystep.h"
|
||||
#include "iosdevice.h"
|
||||
#include "simulatorcontrol.h"
|
||||
|
||||
#include <projectexplorer/buildconfiguration.h>
|
||||
@@ -162,12 +162,6 @@ bool IosRunConfiguration::canRunForNode(const Node *node) const
|
||||
return node->filePath() == profilePath();
|
||||
}
|
||||
|
||||
IosDeployStep *IosRunConfiguration::deployStep() const
|
||||
{
|
||||
DeployConfiguration *config = target()->activeDeployConfiguration();
|
||||
return config ? config->stepList()->firstOfType<IosDeployStep>() : nullptr;
|
||||
}
|
||||
|
||||
FileName IosRunConfiguration::profilePath() const
|
||||
{
|
||||
return FileName::fromString(buildKey());
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
namespace Ios {
|
||||
namespace Internal {
|
||||
|
||||
class IosDeployStep;
|
||||
class IosDeviceTypeAspect;
|
||||
|
||||
class IosRunConfiguration : public ProjectExplorer::RunConfiguration
|
||||
@@ -45,8 +44,6 @@ class IosRunConfiguration : public ProjectExplorer::RunConfiguration
|
||||
public:
|
||||
IosRunConfiguration(ProjectExplorer::Target *target, Core::Id id);
|
||||
|
||||
IosDeployStep *deployStep() const;
|
||||
|
||||
Utils::FileName profilePath() const;
|
||||
QString applicationName() const;
|
||||
Utils::FileName bundleDirectory() const;
|
||||
|
||||
Reference in New Issue
Block a user