summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/hashmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/hashmap.c b/src/shared/hashmap.c
index 0ee2f3bd3..e5f05f36f 100644
--- a/src/shared/hashmap.c
+++ b/src/shared/hashmap.c
@@ -1798,8 +1798,6 @@ void *ordered_hashmap_next(OrderedHashmap *h, const void *key) {
struct ordered_hashmap_entry *e;
unsigned hash, idx;
- assert(key);
-
if (!h)
return NULL;