diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-10 04:22:04 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-10 04:22:04 (GMT) |
commit | 5c24620b91ee57629b4356885f8b5517e3d82e32 (patch) | |
tree | cfbd6d1034216123d945a3c1548cd92d9ce76490 /src/declarative/qml/qmlinstruction.cpp | |
parent | b14a89473a51bee7cc2f313b88a8bc1e87a454d8 (diff) | |
download | Qt-5c24620b91ee57629b4356885f8b5517e3d82e32.zip Qt-5c24620b91ee57629b4356885f8b5517e3d82e32.tar.gz Qt-5c24620b91ee57629b4356885f8b5517e3d82e32.tar.bz2 |
Remove dead code
Diffstat (limited to 'src/declarative/qml/qmlinstruction.cpp')
-rw-r--r-- | src/declarative/qml/qmlinstruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlinstruction.cpp b/src/declarative/qml/qmlinstruction.cpp index af1489a..bcc1f0d 100644 --- a/src/declarative/qml/qmlinstruction.cpp +++ b/src/declarative/qml/qmlinstruction.cpp @@ -146,7 +146,7 @@ void QmlCompiledComponent::dump(QmlInstruction *instr, int idx) qWarning() << idx << "\t" << line << "\t" << "COMPLETE\t\t" << instr->complete.castValue; break; case QmlInstruction::AssignObjectList: - qWarning() << idx << "\t" << line << "\t" << "ASSIGN_OBJECT_LIST\t" << instr->assignObject.property << "\t" << instr->assignObject.castValue << "\t\t" << ((instr->assignObject.property == -1)?QByteArray("default"):datas.at(instr->assignObject.property)); + qWarning() << idx << "\t" << line << "\t" << "ASSIGN_OBJECT_LIST\t"; break; case QmlInstruction::FetchAttached: qWarning() << idx << "\t" << line << "\t" << "FETCH_ATTACHED\t\t" << instr->fetchAttached.id; |