Skip to content

Commit

Permalink
core: pvapi - remove useless condition
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 27, 2017
1 parent 0cb33ab commit e19c1ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/pvapi.c
Expand Up @@ -1096,8 +1096,6 @@ int pv_parse_format(str *in, pv_elem_p *el)
goto error;
p0 = p + len;

if(p0==NULL)
goto error;
if(*p0 == '\0')
break;
p = p0;
Expand Down

0 comments on commit e19c1ec

Please sign in to comment.