summaryrefslogtreecommitdiffstats
path: root/tools/configure/environment.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-07-06 13:14:58 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-18 17:09:23 +0000
commit81f54e5dd8b460f5896153a5045e77f68218dd1b (patch)
tree159186b7d7a33d5750a06cd005dd46917c773c8d /tools/configure/environment.h
parent0b93d1a10a0d52ea7f5598508b7bf9a20f1d16ec (diff)
Remove some dead code from the configures
Done-with: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Change-Id: If725ae0abee4d636ac8775c53e34ab138d360905 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tools/configure/environment.h')
-rw-r--r--tools/configure/environment.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/configure/environment.h b/tools/configure/environment.h
index 893e33c76f..12646b6d88 100644
--- a/tools/configure/environment.h
+++ b/tools/configure/environment.h
@@ -55,8 +55,6 @@ public:
static int execute(QStringList arguments, const QStringList &additionalEnv, const QStringList &removeEnv);
static QString execute(const QString &command, int *returnCode = 0);
- static bool cpdir(const QString &srcDir, const QString &destDir);
- static bool rmdir(const QString &name);
static QString findFileInPaths(const QString &fileName, const QStringList &paths);
static QStringList path();