Remove list assertion when removing element that is not in the list.

Breaks autotest.
此提交包含在:
Jan Vidar Krey
2012-05-01 20:40:27 +02:00
父節點 74ca5a0a33
當前提交 458c7fa741
-1
查看文件
@@ -111,7 +111,6 @@ void list_remove(struct linked_list* list, void* data_ptr)
}
node = node->next;
}
uhub_assert(0);
}