aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2017-08-28 12:37:33 +0200
committerLars Knoll <lars.knoll@qt.io>2017-08-28 13:20:34 +0000
commit1750cdfeecb50963dc3cb505cbe5abd2eecc0e55 (patch)
treef08c0e5dc1bcf0978576fa1bb034f8ef82da4bb1 /src/qml/compiler/qv4instr_moth_p.h
parent1e6b41cc180b99dfdbc58d61258871677a643ca6 (diff)
Remove unused UnwindException instruction
Change-Id: I8b93270b5aebd39df8f88166e183814f6391c0f5 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml/compiler/qv4instr_moth_p.h')
-rw-r--r--src/qml/compiler/qv4instr_moth_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/compiler/qv4instr_moth_p.h b/src/qml/compiler/qv4instr_moth_p.h
index 8c00c7e5a9..b8d62fac08 100644
--- a/src/qml/compiler/qv4instr_moth_p.h
+++ b/src/qml/compiler/qv4instr_moth_p.h
@@ -120,7 +120,6 @@ QT_BEGIN_NAMESPACE
#define INSTR_ThrowException(op) INSTRUCTION(op, ThrowException, 0)
#define INSTR_GetException(op) INSTRUCTION(op, GetException, 0)
#define INSTR_SetException(op) INSTRUCTION(op, SetException, 0)
-#define INSTR_UnwindException(op) INSTRUCTION(op, UnwindException, 0)
#define INSTR_PushCatchContext(op) INSTRUCTION(op, PushCatchContext, 2, name, reg)
#define INSTR_PushWithContext(op) INSTRUCTION(op, PushWithContext, 1, reg)
#define INSTR_PopContext(op) INSTRUCTION(op, PopContext, 1, reg)
@@ -234,7 +233,6 @@ QT_BEGIN_NAMESPACE
F(ThrowException) \
F(GetException) \
F(SetException) \
- F(UnwindException) \
F(PushCatchContext) \
F(PushWithContext) \
F(PopContext) \