Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
(cherry picked from commit 64daab8)
  • Loading branch information
l2dy authored and liviuchircu committed Mar 9, 2020
1 parent 1751a6a commit 472cf21
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 472cf21

Please sign in to comment.