iOS: Remove unused IosRunConfiguration::deployStep

Change-Id: I5e2ceacf02c0f19b605d134a0e7f0a13d5426fa2
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2018-09-19 09:12:21 +02:00
parent ad7d37cc36
commit e0dcb645cd
2 changed files with 1 additions and 10 deletions

View File

@@ -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;