aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4vme_moth_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-02-06 13:22:36 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-07 10:44:06 +0100
commitc95d34c25d68e92468c1c5cc920d7006b1deb9c2 (patch)
tree55398f4331c8e1a3861438718a92d74b548410b0 /src/qml/jsruntime/qv4vme_moth_p.h
parent706a3cfc8751003aaa73368348b84b64c88173d0 (diff)
Remove two unused parameters from VME::run()
These parameters are not used outside the function itself anymore, so we can safely remove them. Change-Id: I1694481c05a9927fc78a59ffb7fec43a88e85ac8 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4vme_moth_p.h')
-rw-r--r--src/qml/jsruntime/qv4vme_moth_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4vme_moth_p.h b/src/qml/jsruntime/qv4vme_moth_p.h
index 6c6b49d49f..8d0822f16f 100644
--- a/src/qml/jsruntime/qv4vme_moth_p.h
+++ b/src/qml/jsruntime/qv4vme_moth_p.h
@@ -60,8 +60,7 @@ public:
#endif
private:
- QV4::ReturnedValue run(QV4::ExecutionContext *, const uchar *code,
- QV4::Value *stack = 0, unsigned stackSize = 0
+ QV4::ReturnedValue run(QV4::ExecutionContext *, const uchar *code
#ifdef MOTH_THREADED_INTERPRETER
, void ***storeJumpTable = 0
#endif