aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-16 16:35:05 +0200
committerLars Knoll <lars.knoll@digia.com>2013-08-16 19:14:55 +0200
commit5ef4dd00f93d12a59cb01fa6ff44e2f01e3f71a1 (patch)
treee91dbd1baf691e39eeab89451f1090eff10f08b1 /src/qml/compiler/qv4isel_moth_p.h
parent0d4657cc172d8b3dbd491da10ff88912603b0024 (diff)
Ported identifiers in moth to use runtime strings
Change-Id: I09f04994a2ebe631b12fa76b77a622711de31926 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4isel_moth_p.h')
-rw-r--r--src/qml/compiler/qv4isel_moth_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/compiler/qv4isel_moth_p.h b/src/qml/compiler/qv4isel_moth_p.h
index b32fba43f5..4c0d96c4f5 100644
--- a/src/qml/compiler/qv4isel_moth_p.h
+++ b/src/qml/compiler/qv4isel_moth_p.h
@@ -170,8 +170,6 @@ private:
void patchJumpAddresses();
QByteArray squeezeCode() const;
- QV4::String *identifier(const QString &s);
-
V4IR::Function *_function;
QV4::Function *_vmFunction;
V4IR::BasicBlock *_block;