summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/generators/makefile.h')
-rw-r--r--qmake/generators/makefile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/generators/makefile.h b/qmake/generators/makefile.h
index 47d04b0a12..054ac96e65 100644
--- a/qmake/generators/makefile.h
+++ b/qmake/generators/makefile.h
@@ -83,7 +83,6 @@ class MakefileGenerator : protected QMakeSourceFileInfo
QHash<QString, bool> init_compiler_already;
QString chkdir, chkfile, chkglue;
QString build_args(const QString &outdir=QString());
- void checkMultipleDefinition(const QString &, const QString &);
//internal caches
mutable QHash<QString, QMakeLocalFileName> depHeuristicsCache;