mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Cleanup variable in menu_database_populate_list
This commit is contained in:
parent
1aef02f5f6
commit
b9a1e2517b
@ -25,7 +25,6 @@ int menu_database_populate_list(file_list_t *list, const char *path)
|
||||
libretrodb_t db;
|
||||
libretrodb_cursor_t cur;
|
||||
struct rmsgpack_dom_value item;
|
||||
const core_info_t *info = NULL;
|
||||
|
||||
if ((rv = libretrodb_open(path, &db)) != 0)
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user