Remove unused QV4::Executionengine member
authorSimon Hausmann <simon.hausmann@digia.com>
Tue, 4 Jun 2013 07:52:39 +0000 (09:52 +0200)
committerLars Knoll <lars.knoll@digia.com>
Tue, 4 Jun 2013 08:03:01 +0000 (10:03 +0200)
Change-Id: I38b1e860bc9f2333d0c4a1a53557753e0a07c1ca
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/qml/qml/v4/qv4engine.cpp
src/qml/qml/v4/qv4engine_p.h

index 4fcae8b..a8fd2c6 100644 (file)
@@ -88,7 +88,6 @@ ExecutionEngine::ExecutionEngine(QQmlJS::EvalISelFactory *factory)
     , debugger(0)
     , globalObject(0)
     , globalCode(0)
-    , externalResourceComparison(0)
     , functionsNeedSort(false)
     , regExpCache(0)
 {
index e53c907..2af7a17 100644 (file)
@@ -203,8 +203,6 @@ struct Q_QML_EXPORT ExecutionEngine
     mutable QVector<Function *> functions;
     mutable bool functionsNeedSort;
 
-    ExternalResourceComparison externalResourceComparison;
-
     RegExpCache *regExpCache;
 
     // Scarce resources are "exceptionally high cost" QVariant types where allowing the