aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-11-02 19:25:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-05 22:23:25 +0100
commitefd2eaed79cf8d0bdcdea60b532887f4b2b71ac7 (patch)
treeacda8d202f38da5c079c6af65892c0b876d40a39 /src/qml/jsruntime/qv4context.cpp
parent3766c8abed05d34f5b187bc8deeec7a754f495eb (diff)
Minor optimisations
Remove a couple of function calls. Change-Id: I5abc6d96df52787ee7c433239807c851eb9a6d41 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4context.cpp')
-rw-r--r--src/qml/jsruntime/qv4context.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4context.cpp b/src/qml/jsruntime/qv4context.cpp
index b401032293..a5dbc57671 100644
--- a/src/qml/jsruntime/qv4context.cpp
+++ b/src/qml/jsruntime/qv4context.cpp
@@ -64,7 +64,6 @@ CallContext *ExecutionContext::newCallContext(void *stackSpace, SafeValue *local
c->function = function;
c->callData = callData;
- c->realArgumentCount = callData->argc;
c->strictMode = function->strictMode;
c->marked = false;