From c7bac1588e0e6a65187042afbde072afa6b8cd9b Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 5 Jan 2018 13:20:27 +0100 Subject: Remove the pool allocator from InternalClass Makes it easier to transition it over to be controlled by the GC. Change-Id: I6bea738b3852abfc7870b71e639efc595eeb28fc Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4engine_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qml/jsruntime/qv4engine_p.h') diff --git a/src/qml/jsruntime/qv4engine_p.h b/src/qml/jsruntime/qv4engine_p.h index 3b515791a4..d5897c1f36 100644 --- a/src/qml/jsruntime/qv4engine_p.h +++ b/src/qml/jsruntime/qv4engine_p.h @@ -88,7 +88,6 @@ struct CompilationUnit; } struct Function; -struct InternalClassPool; struct Q_QML_EXPORT CppStackFrame { CppStackFrame *parent; @@ -260,7 +259,6 @@ public: Object *valueTypeWrapperPrototype() const { return reinterpret_cast(jsObjects + ValueTypeProto); } Object *signalHandlerPrototype() const { return reinterpret_cast(jsObjects + SignalHandlerProto); } - InternalClassPool *classPool; EvalFunction *evalFunction() const { return reinterpret_cast(jsObjects + Eval_Function); } FunctionObject *getStackFunction() const { return reinterpret_cast(jsObjects + GetStack_Function); } FunctionObject *thrower() const { return reinterpret_cast(jsObjects + ThrowerObject); } -- cgit v1.2.3