From 17a336714dcc16e786a619d68d2901e0e93e86a4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sun, 3 May 2015 19:11:53 +0200 Subject: Don't store the qmlscope object in a persistent This doesn't make sense, as the persistent is never being used. So either the scope object is being used from somewhere else in which case it'll be referenced and marked from there, or it's not being used in which case, we might as well collect it. Change-Id: I56cb45282cbc795d4c59314c10491dedb9b7d478 Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlexpression_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qml/qml/qqmlexpression_p.h') diff --git a/src/qml/qml/qqmlexpression_p.h b/src/qml/qml/qqmlexpression_p.h index 0419c9c11c..2303539194 100644 --- a/src/qml/qml/qqmlexpression_p.h +++ b/src/qml/qml/qqmlexpression_p.h @@ -86,8 +86,6 @@ public: QString expression; - QV4::PersistentValue qmlscope; - QString url; // This is a QString for a reason. QUrls are slooooooow... quint16 line; quint16 column; -- cgit v1.2.3