1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

removes unnecessary code

This commit is contained in:
Falk Werner 2019-04-27 13:06:16 +02:00
parent 9180ad3bb7
commit 5c72122d25

View File

@ -27,11 +27,6 @@ void wf_slist_append(
item->next = NULL; item->next = NULL;
list->last->next = item; list->last->next = item;
list->last = item; list->last = item;
if (NULL == list->head.next)
{
list->head.next = item;
}
} }
struct wf_slist_item * wf_slist_remove_first( struct wf_slist_item * wf_slist_remove_first(