aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_engine.h
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2012-12-13 16:12:53 +0100
committerJędrzej Nowacki <jedrzej.nowacki@digia.com>2012-12-14 14:20:57 +0100
commit9de4ccef6b14e908f9d3d967f45dca89858772c8 (patch)
tree9dcd10a75cc9be5bac206a73f5e0d4142513c4ca /qmljs_engine.h
parentb41cf690e0ed48132a0c2c02f58fe0b2697bf77b (diff)
Remove ExecutionEngine::identifiers.
The member was a duplicate of stringPool, there is no point in caching a cache. Change-Id: If34c80ee120dfaff1dd94326625b02d8014806dc Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'qmljs_engine.h')
-rw-r--r--qmljs_engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmljs_engine.h b/qmljs_engine.h
index 16d8fc50c6..94093cbbe8 100644
--- a/qmljs_engine.h
+++ b/qmljs_engine.h
@@ -130,8 +130,6 @@ struct ExecutionEngine
TypeErrorPrototype *typeErrorPrototype;
URIErrorPrototype *uRIErrorPrototype;
- QHash<QString, String *> identifiers;
-
String *id_length;
String *id_prototype;
String *id_constructor;