Browse Source

faux.list: faux_list_data() doesn't assert(faux_list_t *)

Serj Kalichev 2 years ago
parent
commit
fbb2ac8bd2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      faux/list/list.c

+ 0 - 1
faux/list/list.c

@@ -89,7 +89,6 @@ faux_list_node_t *faux_list_next_node(const faux_list_node_t *node)
  */
 void *faux_list_data(const faux_list_node_t *node)
 {
-	assert(node);
 	if (!node)
 		return NULL;