mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
Remove logically dead code
This commit is contained in:
parent
d1d46a59db
commit
aae721a9d0
@ -180,11 +180,8 @@ void playlist_update(playlist_t *playlist, size_t idx,
|
||||
if (idx > playlist->size)
|
||||
return;
|
||||
|
||||
entry = &playlist->entries[idx];
|
||||
entry = &playlist->entries[idx];
|
||||
|
||||
if (!entry)
|
||||
return;
|
||||
|
||||
entry->path = path ? strdup(path) : entry->path;
|
||||
entry->label = label ? strdup(label) : entry->label;
|
||||
entry->core_path = core_path ? strdup(core_path) : entry->core_path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user