From 36662b60b09f636c3623057f8116e862f94ff440 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 10 Jan 2015 20:51:15 +0100 Subject: Remove all the setVTable() calls that aren't required anymore The memory manager's allocation methods now set this up correctly for us :) Change-Id: I8492bf732df601f95a1a851fb3804127ffc83935 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4booleanobject.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qml/jsruntime/qv4booleanobject.cpp') diff --git a/src/qml/jsruntime/qv4booleanobject.cpp b/src/qml/jsruntime/qv4booleanobject.cpp index 6de7059034..0b3ae4e705 100644 --- a/src/qml/jsruntime/qv4booleanobject.cpp +++ b/src/qml/jsruntime/qv4booleanobject.cpp @@ -41,7 +41,6 @@ DEFINE_OBJECT_VTABLE(BooleanObject); Heap::BooleanCtor::BooleanCtor(QV4::ExecutionContext *scope) : Heap::FunctionObject(scope, QStringLiteral("Boolean")) { - setVTable(QV4::BooleanCtor::staticVTable()); } ReturnedValue BooleanCtor::construct(Managed *m, CallData *callData) -- cgit v1.2.3