aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-10-21 14:12:00 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-10-21 21:25:18 +0200
commit8a889a8e5dfc53c594ed7a004bc1cd48b9998e85 (patch)
tree822d8924e3e2efe8ec0414b84b061d2a1fe24b74 /tools
parent9de578e989b79a01d0450f7fec72e37937679910 (diff)
qmllint: Remove dead code
Change-Id: I5898402604fe29731dc518d42a441ff852706af3 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmllint/findwarnings.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/qmllint/findwarnings.h b/tools/qmllint/findwarnings.h
index bf3fd0015e..7ce8b569e8 100644
--- a/tools/qmllint/findwarnings.h
+++ b/tools/qmllint/findwarnings.h
@@ -91,9 +91,6 @@ private:
QVarLengthArray<OutstandingConnection, 3> m_outstandingConnections; // Connections whose target we have not encountered
void checkInheritanceCycle(QQmlJSScope::ConstPtr scope);
-
- void parseHeaders(QQmlJS::AST::UiHeaderItemList *headers);
- QQmlJSScope::Ptr parseProgram(QQmlJS::AST::Program *program, const QString &name);
void flushPendingSignalParameters();
void throwRecursionDepthError() override;