From abe4a489a68ad1c94c96ba090b8224cd31e5f3d4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 9 Aug 2014 01:20:37 +0200 Subject: [PATCH] file_list.c - cleanup --- file_list.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/file_list.c b/file_list.c index cd85d6e853..3938abe1f1 100644 --- a/file_list.c +++ b/file_list.c @@ -26,9 +26,6 @@ void file_list_push(file_list_t *list, const char *path, const char *label, unsigned type, size_t directory_ptr) { - if (!list) - return; - if (list->size >= list->capacity) { list->capacity++;