iOS: Remove unused IosRunConfiguratoin::profilePath() declaration

Probably unused since the invention of buildKey().

Change-Id: I1bddd5f790e6dfdd509fd47bc5f5209cbaac091c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2019-08-30 13:34:03 +02:00
parent e3184cfd6d
commit 228f5fc319

View File

@@ -44,7 +44,6 @@ class IosRunConfiguration : public ProjectExplorer::RunConfiguration
public: public:
IosRunConfiguration(ProjectExplorer::Target *target, Core::Id id); IosRunConfiguration(ProjectExplorer::Target *target, Core::Id id);
Utils::FilePath profilePath() const;
QString applicationName() const; QString applicationName() const;
Utils::FilePath bundleDirectory() const; Utils::FilePath bundleDirectory() const;
Utils::FilePath localExecutable() const; Utils::FilePath localExecutable() const;