Remove list assertion when removing element that is not in the list.
Breaks autotest.
This commit is contained in:
parent
74ca5a0a33
commit
458c7fa741
|
@ -111,7 +111,6 @@ void list_remove(struct linked_list* list, void* data_ptr)
|
|||
}
|
||||
node = node->next;
|
||||
}
|
||||
uhub_assert(0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue