From 314a977217fc158f17fbdda85d7e80edbccc7c7d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 16 Aug 2013 21:33:03 +0200 Subject: Remove unused Function::engine member and line number mapping type Change-Id: Id227139bf385aa92e539cdb0d0012e1360679c81 Reviewed-by: Lars Knoll --- src/qml/jsruntime/qv4function.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qml/jsruntime/qv4function.cpp') diff --git a/src/qml/jsruntime/qv4function.cpp b/src/qml/jsruntime/qv4function.cpp index e3575086a2..607d06756d 100644 --- a/src/qml/jsruntime/qv4function.cpp +++ b/src/qml/jsruntime/qv4function.cpp @@ -59,7 +59,6 @@ Function::Function(ExecutionEngine *engine, CompiledData::CompilationUnit *unit, , code(0) , codeData(0) , codeSize(0) - , engine(engine) { Q_ASSERT(!compilationUnit); compilationUnit = unit; -- cgit v1.2.3