aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qmljs_environment.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmljs_environment.cpp b/qmljs_environment.cpp
index e785d89a3d..c4177ad26e 100644
--- a/qmljs_environment.cpp
+++ b/qmljs_environment.cpp
@@ -432,7 +432,6 @@ void ExecutionContext::leaveCallContext()
}
engine->current = parent;
parent = 0;
- function = 0;
if (engine->debugger)
engine->debugger->justLeft(this);