mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-23 18:06:36 +00:00
Get rid of unused variables
This commit is contained in:
parent
a1ce1e4f1d
commit
faa468d87f
@ -210,7 +210,6 @@ static struct rmsgpack_dom_value query_func_between(
|
||||
unsigned argc, const struct argument * argv)
|
||||
{
|
||||
struct rmsgpack_dom_value res;
|
||||
unsigned i = 0;
|
||||
|
||||
res.type = RDT_BOOL;
|
||||
res.val.bool_ = 0;
|
||||
|
@ -436,7 +436,6 @@ int rmsgpack_dom_read_into(RFILE *fd, ...)
|
||||
int *bool_value;
|
||||
char *buff_value;
|
||||
uint64_t min_len;
|
||||
int value_type = 0;
|
||||
|
||||
va_start(ap, fd);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user