Cleanup variable in menu_database_populate_list

This commit is contained in:
Twinaphex 2015-01-24 08:02:23 +01:00
parent 1aef02f5f6
commit b9a1e2517b

View File

@ -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;