From 0e0ebef62bce9e5c5bc6d22c22a59d9a83380617 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 7 Nov 2014 06:00:07 +0100 Subject: Remove unused method Change-Id: I3ec2f9b70d5285ff088f4fc498ccb14de7f8838c Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4context_p.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/qml/jsruntime/qv4context_p.h') diff --git a/src/qml/jsruntime/qv4context_p.h b/src/qml/jsruntime/qv4context_p.h index 5b1abb5686..a883e1c6b6 100644 --- a/src/qml/jsruntime/qv4context_p.h +++ b/src/qml/jsruntime/qv4context_p.h @@ -130,21 +130,6 @@ struct Q_QML_EXPORT ExecutionContext : public Managed V4_MANAGED(ExecutionContext, Managed) Q_MANAGED_TYPE(ExecutionContext) - ExecutionContext(ExecutionEngine *engine, Heap::ExecutionContext::ContextType t) - : Managed(engine->executionContextClass) - { - d()->type = t; - d()->strictMode = false; - d()->engine = engine; - d()->parent = engine->currentContext()->d(); - d()->outer = 0; - d()->lookups = 0; - d()->compilationUnit = 0; - d()->currentEvalCode = 0; - d()->lineNumber = -1; - engine->current = this; - } - Returned *newCallContext(FunctionObject *f, CallData *callData); Returned *newWithContext(Object *with); Returned *newCatchContext(String *exceptionVarName, const ValueRef exceptionValue); -- cgit v1.2.3