mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 20:25:42 +00:00
Remove unused variables
This commit is contained in:
parent
a6028daea3
commit
b46b880c32
@ -296,15 +296,10 @@ static struct string_list *compressed_7zip_file_list_new(
|
||||
union string_list_elem_attr attr;
|
||||
const char *file_ext = NULL;
|
||||
char infile[PATH_MAX_LENGTH] = {0};
|
||||
size_t offset = 0;
|
||||
size_t outSizeProcessed = 0;
|
||||
size_t len = 0;
|
||||
bool supported_by_core = false;
|
||||
const CSzFileItem *f = db.db.Files + i;
|
||||
|
||||
(void)offset;
|
||||
(void)outSizeProcessed;
|
||||
|
||||
/* we skip over everything, which is a directory. */
|
||||
if (f->IsDir)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user