Skip to content

Commit

Permalink
Merge pull request #1995 from l2dy/unreachable
Browse files Browse the repository at this point in the history
Remove dead code
  • Loading branch information
liviuchircu committed Mar 8, 2020
2 parents 40913a2 + 64daab8 commit f294f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/parse_list_hdr.c
Expand Up @@ -152,7 +152,7 @@ int list_hdr_has_option(struct hdr_field *hdr, str *opt)

/* not in this header, try the next hdr if any */
hdr = hdr->sibling;
} while (hdr!=NULL);
}

/* option not found in any header instaces */
return -1;
Expand Down

0 comments on commit f294f3e

Please sign in to comment.