aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-09-07 11:47:35 +0200
committerLars Knoll <lars.knoll@qt.io>2018-09-07 10:32:11 +0000
commite45eca9058bd475060637143188a4466faf487d9 (patch)
tree5aae7d7c3a4c304784c5f074efd00912d9229faa /src/qml
parentfb2f71137829ba14b2d102ace0e36063daf034a9 (diff)
Get rid of unused variable
Change-Id: I71bcf32d513c9c06e43816ba0797865e3e3a1ac5 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/compiler/qv4compilercontrolflow_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4compilercontrolflow_p.h b/src/qml/compiler/qv4compilercontrolflow_p.h
index e7f3a18a6d..5b622e81d8 100644
--- a/src/qml/compiler/qv4compilercontrolflow_p.h
+++ b/src/qml/compiler/qv4compilercontrolflow_p.h
@@ -317,7 +317,6 @@ struct ControlFlowCatch : public ControlFlowUnwind
AST::Catch *catchExpression;
bool insideCatch = false;
BytecodeGenerator::ExceptionHandler exceptionLabel;
- bool oldLookupByName;
ControlFlowCatch(Codegen *cg, AST::Catch *catchExpression)
: ControlFlowUnwind(cg, Catch), catchExpression(catchExpression),