From e8e1c91b40c9c82a0fd8373746a7b8cfb130f467 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 28 Jan 2022 11:16:16 +0800 Subject: BSR A prototype of BSR is roughly finished. --- src/list.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index b878f97..76dde0a 100644 --- a/src/list.h +++ b/src/list.h @@ -78,7 +78,6 @@ void **list_array(List *ls); destroyed. */ List *array_to_list(void ** array, NUM size); - /* destroy the list: If ALL_FREE_P is 1, this frees every void pointers contained in the list; if it is 2, this frees the first pointer. In any case, the list is de-allocated. */ -- cgit v1.2.3-18-g5258