diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 08:13:44 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 08:13:44 (GMT) |
commit | a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd (patch) | |
tree | 93d61bae106349e90959b2e5db3d1f636ad8ccfb /src/declarative/qml/qmlinstruction.cpp | |
parent | e7c9b51fecc78d8b2f592013513e07a8c0047a2e (diff) | |
download | Qt-a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd.zip Qt-a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd.tar.gz Qt-a06c0fe5a2c9eebf5e7cceb06f64e725b42715bd.tar.bz2 |
Remove AssignStackObject instruction
Diffstat (limited to 'src/declarative/qml/qmlinstruction.cpp')
-rw-r--r-- | src/declarative/qml/qmlinstruction.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlinstruction.cpp b/src/declarative/qml/qmlinstruction.cpp index 31bd2f5..bb40063 100644 --- a/src/declarative/qml/qmlinstruction.cpp +++ b/src/declarative/qml/qmlinstruction.cpp @@ -166,9 +166,6 @@ void QmlCompiledComponent::dump(QmlInstruction *instr, int idx) case QmlInstruction::PushProperty: qWarning() << idx << "\t" << line << "\t" << "PUSH_PROPERTY" << "\t\t" << instr->pushProperty.property; break; - case QmlInstruction::AssignStackObject: - qWarning() << idx << "\t" << line << "\t" << "ASSIGN_STACK_OBJ" << "\t" << instr->assignStackObject.property << "\t" << instr->assignStackObject.object; - break; case QmlInstruction::StoreStackObject: qWarning() << idx << "\t" << line << "\t" << "STORE_STACK_OBJ" << "\t" << instr->assignStackObject.property << "\t" << instr->assignStackObject.object; break; |