diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 07:18:07 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 07:18:07 (GMT) |
commit | b227da8a17cd7b0facc3491d645209e277cb64b7 (patch) | |
tree | 0040b2cf9ce17acbe1e328eceb80df0166db50a8 /src/declarative/qml/qmlinstruction.cpp | |
parent | e52247f16e608134d1ff663774f930a00a431eb5 (diff) | |
download | Qt-b227da8a17cd7b0facc3491d645209e277cb64b7.zip Qt-b227da8a17cd7b0facc3491d645209e277cb64b7.tar.gz Qt-b227da8a17cd7b0facc3491d645209e277cb64b7.tar.bz2 |
Remove ResolveFetchObject 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 5197b7b..7103d87 100644 --- a/src/declarative/qml/qmlinstruction.cpp +++ b/src/declarative/qml/qmlinstruction.cpp @@ -157,9 +157,6 @@ void QmlCompiledComponent::dump(QmlInstruction *instr, int idx) case QmlInstruction::FetchObject: qWarning() << idx << "\t" << line << "\t" << "FETCH\t\t\t" << instr->fetch.property; break; - case QmlInstruction::ResolveFetchObject: - qWarning() << idx << "\t" << line << "\t" << "RESOLVE_FETCH\t\t" << instr->fetch.property << "\t\t\t" << datas.at(instr->fetch.property); - break; case QmlInstruction::PopFetchedObject: qWarning() << idx << "\t" << line << "\t" << "POP"; break; |