Remove list assertion when removing element that is not in the list.
Breaks autotest.
此提交包含在:
@@ -111,7 +111,6 @@ void list_remove(struct linked_list* list, void* data_ptr)
|
||||
}
|
||||
node = node->next;
|
||||
}
|
||||
uhub_assert(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
新增問題並參考
封鎖使用者