aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-10-11 22:02:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-12 09:22:13 +0200
commit6dc9647e537f2a354ab03d5276eb2a65e863702d (patch)
treed45c34cf19a151f740526ddfcf8876a3d1606193 /src/qml/jsruntime/qv4functionobject_p.h
parent28f67263a181e2d99b2c240f9d698bf64100ac92 (diff)
Remove some unused flags from Managed
Change-Id: I94399489823d5b0d4d40f300e1999272dc2da5c9 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4functionobject_p.h')
-rw-r--r--src/qml/jsruntime/qv4functionobject_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4functionobject_p.h b/src/qml/jsruntime/qv4functionobject_p.h
index 24231165df..eeb041ddc0 100644
--- a/src/qml/jsruntime/qv4functionobject_p.h
+++ b/src/qml/jsruntime/qv4functionobject_p.h
@@ -193,7 +193,6 @@ struct IndexedBuiltinFunction: FunctionObject
, index(index)
{
vtbl = &static_vtbl;
- isBuiltinFunction = true;
}
static ReturnedValue construct(Managed *m, CallData *)