aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4vme_moth_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@qt.io>2017-06-29 12:17:43 +0200
committerLars Knoll <lars.knoll@qt.io>2017-06-29 10:20:50 +0000
commit2ac3eaee7f613201690f7b73a234363372f13247 (patch)
tree7c12c04cff0c1cd2167eff1e8ac169f600abe37b /src/qml/jsruntime/qv4vme_moth_p.h
parent2ffdcb3fd31c85dc42b7b7cc8bf0e0feaa23c07f (diff)
Lower the maximum call depth for debug builds
Also merge VME::exec and VME::run together, so there is one less frame on the stack. Change-Id: I7268e0b1f16fc75766c0c9b7b5e14b9885e6fe7c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4vme_moth_p.h')
-rw-r--r--src/qml/jsruntime/qv4vme_moth_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/jsruntime/qv4vme_moth_p.h b/src/qml/jsruntime/qv4vme_moth_p.h
index 8d46207f2b..8692eabe79 100644
--- a/src/qml/jsruntime/qv4vme_moth_p.h
+++ b/src/qml/jsruntime/qv4vme_moth_p.h
@@ -66,9 +66,6 @@ class VME
{
public:
static QV4::ReturnedValue exec(QV4::ExecutionEngine *, const uchar *);
-
-private:
- QV4::ReturnedValue run(QV4::ExecutionEngine *, const uchar *code);
};
} // namespace Moth