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_t db;
|
||||||
libretrodb_cursor_t cur;
|
libretrodb_cursor_t cur;
|
||||||
struct rmsgpack_dom_value item;
|
struct rmsgpack_dom_value item;
|
||||||
const core_info_t *info = NULL;
|
|
||||||
|
|
||||||
if ((rv = libretrodb_open(path, &db)) != 0)
|
if ((rv = libretrodb_open(path, &db)) != 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in New Issue