Explorar el Código

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

Serj Kalichev hace 2 años
padre
commit
fbb2ac8bd2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;