From 3f7ea11f9f9a0ecb2bc571237f8f3523447883f7 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Fri, 15 Jul 2011 17:37:23 +1000 Subject: [PATCH] Remove invalid assert Change-Id: Ia0544cf8c1d236977f193ad4c5726217035cabcb Reviewed-on: http://codereview.qt.nokia.com/3749 Reviewed-by: Roberto Raggi Reviewed-by: Qt Sanity Bot --- src/declarative/qml/ftw/qhashedstring_p.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/declarative/qml/ftw/qhashedstring_p.h b/src/declarative/qml/ftw/qhashedstring_p.h index bfca8da..041ad02 100644 --- a/src/declarative/qml/ftw/qhashedstring_p.h +++ b/src/declarative/qml/ftw/qhashedstring_p.h @@ -479,7 +479,6 @@ template void QStringHash::copy(const QStringHash &other) { Q_ASSERT(data.nodes == 0); - Q_ASSERT(data.size == 0); if (other.data.size <= SmallThreshold) { QStringHashNode *n = other.data.nodes; -- 1.7.2.5