mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Silence another Coverity warning
This commit is contained in:
parent
0123d33780
commit
71b0666ec5
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue