Get rid of unused variables

This commit is contained in:
Twinaphex 2020-08-04 04:07:42 +02:00
parent a1ce1e4f1d
commit faa468d87f
2 changed files with 0 additions and 2 deletions

View File

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

View File

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