From de918eb0890087f93e6fac4bf5291b0855ae0d87 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 14 Nov 2017 09:56:53 +0100 Subject: Cleanup now unused code paths in qv4lookup Change-Id: Ifd3fbc128f0ff30458912c65429bcf6f577204a0 Reviewed-by: Erik Verbruggen --- src/qml/jsruntime/qv4lookup_p.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/qml/jsruntime/qv4lookup_p.h') diff --git a/src/qml/jsruntime/qv4lookup_p.h b/src/qml/jsruntime/qv4lookup_p.h index 5c58d2f669..5f507733fd 100644 --- a/src/qml/jsruntime/qv4lookup_p.h +++ b/src/qml/jsruntime/qv4lookup_p.h @@ -104,14 +104,7 @@ struct Lookup { int icIdentifier; int offset; } insertionLookup; - - InternalClass *classList[Size]; - }; - union { - int level; - uint index2; }; - uint index; uint nameIndex; ReturnedValue resolveGetter(ExecutionEngine *engine, const Object *object); @@ -151,9 +144,6 @@ struct Lookup { static bool setter0setter0(Lookup *l, ExecutionEngine *engine, Value &object, const Value &value); static bool setterInsert(Lookup *l, ExecutionEngine *engine, Value &object, const Value &value); static bool arrayLengthSetter(Lookup *l, ExecutionEngine *engine, Value &object, const Value &value); - - ReturnedValue lookup(const Value &thisObject, Object *obj, PropertyAttributes *attrs); - ReturnedValue lookup(const Object *obj, PropertyAttributes *attrs); }; Q_STATIC_ASSERT(std::is_standard_layout::value); -- cgit v1.2.3