mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 23:06:40 +00:00
Remove unused variable
This commit is contained in:
parent
89b313da0c
commit
25a9611596
@ -40,7 +40,6 @@ static int zlib_compare_crc32(const char *name, const char *valid_exts,
|
|||||||
static int database_info_iterate_rdl_write(
|
static int database_info_iterate_rdl_write(
|
||||||
database_info_handle_t *db, const char *name)
|
database_info_handle_t *db, const char *name)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
|
||||||
char parent_dir[PATH_MAX_LENGTH];
|
char parent_dir[PATH_MAX_LENGTH];
|
||||||
bool to_continue = (db->list_ptr < db->list->size);
|
bool to_continue = (db->list_ptr < db->list->size);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user