summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qhash.h')
-rw-r--r--src/corelib/tools/qhash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/tools/qhash.h b/src/corelib/tools/qhash.h
index be2f1537fe..3bbf8a5a48 100644
--- a/src/corelib/tools/qhash.h
+++ b/src/corelib/tools/qhash.h
@@ -1318,7 +1318,6 @@ public:
auto it = d->find(key);
if (it.isUnused())
return T();
- Q_ASSERT(it.node()->value.size());
Chain *e = it.node()->value;
Q_ASSERT(e);
if (!e->next)