Skip to content

Commit

Permalink
GC unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Mar 24, 2023
1 parent 5e1b428 commit fb3b60b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pvar.c
Original file line number Diff line number Diff line change
Expand Up @@ -4590,7 +4590,6 @@ char* pv_parse_spec(const str *in, const pv_spec_p e)
int pv_parse_format(const str *in, pv_elem_p *el)
{
char *p, *p0;
int n = 0;
pv_elem_p e, e0;
str s;

Expand Down Expand Up @@ -4624,7 +4623,6 @@ int pv_parse_format(const str *in, pv_elem_p *el)
goto error;
}
memset(e, 0, sizeof(pv_elem_t));
n++;
if(*el == NULL)
*el = e;
if(e0)
Expand Down

0 comments on commit fb3b60b

Please sign in to comment.