aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compiler_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-14 10:17:37 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-08-15 09:08:39 +0200
commit5f3ef18bf8c3e0e3ba1c80bcdeaece46cbb45c06 (patch)
tree645b8834e773e408bdb07b33dc8e7733335bf1e3 /src/qml/compiler/qv4compiler_p.h
parent131964a3b5ac0cb6de5f1d306035003751da907a (diff)
Begin using the compiled data structures for runtime strings
Change-Id: Idbf278a96624bf101df35de40577b38e593f22be Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4compiler_p.h')
-rw-r--r--src/qml/compiler/qv4compiler_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/compiler/qv4compiler_p.h b/src/qml/compiler/qv4compiler_p.h
index c17e0dd869..b11169377c 100644
--- a/src/qml/compiler/qv4compiler_p.h
+++ b/src/qml/compiler/qv4compiler_p.h
@@ -43,7 +43,6 @@
#include <QtCore/qstring.h>
#include "qv4jsir_p.h"
-#include <qv4isel_p.h>
QT_BEGIN_NAMESPACE
@@ -59,7 +58,6 @@ struct JSUnitGenerator {
JSUnitGenerator(QV4::ExecutionEngine *engine, QQmlJS::V4IR::Module *module);
QQmlJS::V4IR::Module *irModule;
- QQmlJS::EvalInstructionSelection *isel;
int registerString(const QString &str);
int getStringId(const QString &string) const;