aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4instr_moth.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2017-08-12 17:09:31 +0200
committerErik Verbruggen <erik.verbruggen@qt.io>2017-08-18 10:01:21 +0000
commit575a256feb03db8ddba3c19c8ad85c2c69b7f59d (patch)
tree4e6abb946fa8b425058057a19fdca78e8fd1830a /src/qml/compiler/qv4instr_moth.cpp
parent26dfa98e6bb21089dc6caaed49ac69a57b1b3b24 (diff)
Remove the now unused LoadThis instruction
Change-Id: I2770ec4ef173cfa51c5ebd6600788de79684b953 Reviewed-by: Erik Verbruggen <erik.verbruggen@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 e23f85ca96..4691815bf0 100644
--- a/src/qml/compiler/qv4instr_moth.cpp
+++ b/src/qml/compiler/qv4instr_moth.cpp
@@ -519,9 +519,6 @@ void dumpBytecode(const char *code, int len, int nFormals)
MOTH_END_INSTR(Line)
#endif // QT_NO_QML_DEBUGGER
- MOTH_BEGIN_INSTR(LoadThis)
- MOTH_END_INSTR(LoadThis)
-
MOTH_BEGIN_INSTR(LoadQmlContext)
d << instr.result.dump(nFormals);
MOTH_END_INSTR(LoadQmlContext)