mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove unused variable
This commit is contained in:
parent
89b313da0c
commit
25a9611596
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue