aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmljslintercodegen_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlcompiler/qqmljslintercodegen_p.h')
-rw-r--r--src/qmlcompiler/qqmljslintercodegen_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qmlcompiler/qqmljslintercodegen_p.h b/src/qmlcompiler/qqmljslintercodegen_p.h
index 3a095f0091..5cddbea704 100644
--- a/src/qmlcompiler/qqmljslintercodegen_p.h
+++ b/src/qmlcompiler/qqmljslintercodegen_p.h
@@ -39,8 +39,7 @@ class QQmlJSLinterCodegen : public QQmlJSAotCompiler
{
public:
QQmlJSLinterCodegen(QQmlJSImporter *importer, const QString &fileName,
- const QStringList &qmldirFiles, QQmlJSLogger *logger,
- QQmlJSTypeInfo *typeInfo);
+ const QStringList &qmldirFiles, QQmlJSLogger *logger);
void setDocument(const QmlIR::JSCodeGen *codegen, const QmlIR::Document *document) override;
std::variant<QQmlJSAotFunction, QQmlJS::DiagnosticMessage>
@@ -62,7 +61,6 @@ public:
QQmlSA::PassManager *passManager() { return m_passManager; }
private:
- QQmlJSTypeInfo *m_typeInfo;
QQmlSA::PassManager *m_passManager = nullptr;
bool analyzeFunction(const QV4::Compiler::Context *context,