worked on the project table
[ptask.git] / src / list.c
index d4c4806..0b6eb5d 100644 (file)
@@ -55,8 +55,3 @@ void **list_add(void **list, void *item)
 
        return result;
 }
-
-void list_free(void **list)
-{
-       free(list);
-}