aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth.cpp
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.cpp
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.cpp')
-rw-r--r--src/qml/compiler/qv4instr_moth.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qml/compiler/qv4instr_moth.cpp b/src/qml/compiler/qv4instr_moth.cpp
index 110076b3e3..ba1e2f5a23 100644
--- a/src/qml/compiler/qv4instr_moth.cpp
+++ b/src/qml/compiler/qv4instr_moth.cpp
@@ -330,9 +330,6 @@ void dumpBytecode(const char *code, int len, int nLocals, int nFormals, int star
MOTH_BEGIN_INSTR(SetException)
MOTH_END_INSTR(SetExceptionFlag)
- MOTH_BEGIN_INSTR(UnwindException)
- MOTH_END_INSTR(UnwindException)
-
MOTH_BEGIN_INSTR(PushCatchContext)
d << StackSlot::dump(reg, nFormals) << ", " << name;
MOTH_END_INSTR(PushCatchContext)