diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 07:46:40 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 07:46:40 (GMT) |
commit | d010e6e53c1f3c2704eb3c548e58e8f37febcc29 (patch) | |
tree | ef4e2b8fed66e056eacf4c1d9fd816b8a8cce52b /src/declarative/qml/qmlinstruction.cpp | |
parent | 59c3a7ca89742992e3737e8bb03c7e3eacf578e1 (diff) | |
download | Qt-d010e6e53c1f3c2704eb3c548e58e8f37febcc29.zip Qt-d010e6e53c1f3c2704eb3c548e58e8f37febcc29.tar.gz Qt-d010e6e53c1f3c2704eb3c548e58e8f37febcc29.tar.bz2 |
Remove the NoOp 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 7103d87..31bd2f5 100644 --- a/src/declarative/qml/qmlinstruction.cpp +++ b/src/declarative/qml/qmlinstruction.cpp @@ -163,9 +163,6 @@ void QmlCompiledComponent::dump(QmlInstruction *instr, int idx) case QmlInstruction::PopQList: qWarning() << idx << "\t" << line << "\t" << "POP_QLIST"; break; - case QmlInstruction::NoOp: - qWarning() << idx << "\t" << line << "\t" << "NOOP"; - break; case QmlInstruction::PushProperty: qWarning() << idx << "\t" << line << "\t" << "PUSH_PROPERTY" << "\t\t" << instr->pushProperty.property; break; |