summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlinstruction.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-06-10 04:22:04 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-06-10 04:22:04 (GMT)
commit5c24620b91ee57629b4356885f8b5517e3d82e32 (patch)
treecfbd6d1034216123d945a3c1548cd92d9ce76490 /src/declarative/qml/qmlinstruction.cpp
parentb14a89473a51bee7cc2f313b88a8bc1e87a454d8 (diff)
downloadQt-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.cpp2
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;