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 33f4ae5 commit 9edb5e8
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 @@ -4612,7 +4612,6 @@ char* pv_parse_spec(str *in, pv_spec_p e)
int pv_parse_format(str *in, pv_elem_p *el)
{
char *p, *p0;
int n = 0;
pv_elem_p e, e0;
str s;

Expand Down Expand Up @@ -4646,7 +4645,6 @@ int pv_parse_format(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 9edb5e8

Please sign in to comment.