Skip to content
Snippets Groups Projects
Commit c6cbfce6 authored by Moe Jette's avatar Moe Jette
Browse files

Permit list_delete_all to accept a NULL key.

parent d466289e
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,6 @@ list_delete_all (List l, ListFindF f, void *key)
assert(l != NULL);
assert(f != NULL);
assert(key != NULL);
list_mutex_lock(&l->mutex);
assert(l->magic == LIST_MAGIC);
pp = &l->head;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment