diff --git a/linked_list.c b/linked_list.c index 15d1559..c8c7e11 100644 --- a/linked_list.c +++ b/linked_list.c @@ -164,6 +164,4 @@ typedef struct save_args { } \ int remove_##name(name* _list, type element) { \ return foreach_##name(_list, _remove_##name, (void*)&element); \ - } - -CREATE_LIST(list, int) + } \ No newline at end of file