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:
parent
9180ad3bb7
commit
5c72122d25
@ -27,11 +27,6 @@ void wf_slist_append(
|
||||
item->next = NULL;
|
||||
list->last->next = item;
|
||||
list->last = item;
|
||||
|
||||
if (NULL == list->head.next)
|
||||
{
|
||||
list->head.next = item;
|
||||
}
|
||||
}
|
||||
|
||||
struct wf_slist_item * wf_slist_remove_first(
|
||||
|
Loading…
Reference in New Issue
Block a user