From 61029fc2bb011e0331a4f534c365e82467c7b6cd Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 24 Jun 2013 13:39:58 +0200 Subject: [PATCH] Remove a ### comment This has been fixed in a different way already in commit 19e4901e74fe29cdb11302873bd96641dd9b97da. Change-Id: I7780b709e3fac3c724b94eeae92e814aae929e52 Reviewed-by: Simon Hausmann --- src/qml/qml/v4/qv4object.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/qml/v4/qv4object.cpp b/src/qml/qml/v4/qv4object.cpp index 5ba1873..4efcf68 100644 --- a/src/qml/qml/v4/qv4object.cpp +++ b/src/qml/qml/v4/qv4object.cpp @@ -565,7 +565,6 @@ Property *Object::advanceIterator(Managed *m, ObjectIterator *it, String **name, while (it->memberIndex < o->internalClass->size) { String *n = o->internalClass->nameMap.at(it->memberIndex); assert(n); - // ### check that it's not a repeated attribute Property *p = o->memberData + it->memberIndex; PropertyAttributes a = o->internalClass->propertyData[it->memberIndex]; -- 2.7.4