summaryrefslogtreecommitdiff
path: root/src/qdoc/qmlcodeparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/qmlcodeparser.h')
-rw-r--r--src/qdoc/qmlcodeparser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qdoc/qmlcodeparser.h b/src/qdoc/qmlcodeparser.h
index 91ee64858..bbf2a1545 100644
--- a/src/qdoc/qmlcodeparser.h
+++ b/src/qdoc/qmlcodeparser.h
@@ -34,7 +34,6 @@ public:
private:
QQmlJS::Engine m_engine {};
- QQmlJS::Lexer *m_lexer { nullptr };
QQmlJS::Parser *m_parser { nullptr };
};