From 71b0666ec53ae8de8e0dd8dcadb3bf78ae3e2b9f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 5 Mar 2017 20:06:36 +0100 Subject: [PATCH] Silence another Coverity warning --- core_info.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/core_info.c b/core_info.c index 699638c419..61cc2b8580 100644 --- a/core_info.c +++ b/core_info.c @@ -875,9 +875,6 @@ bool core_info_database_supports_content_path(const char *database_path, const c { const core_info_t *info = &core_info_curr_list->list[i]; - if (!info) - continue; - if (!string_list_find_elem(info->supported_extensions_list, path_get_extension(path))) continue;