config: Remove redundant code

since errx is marked dead2, we don't need this.

Noticed by:		jrtc27
Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2024-06-03 12:37:02 -06:00
parent b0e7358bf8
commit c0c066f86d

View file

@ -304,8 +304,6 @@ yyerror(const char *s)
{
errx(1, "%s:%d: %s", yyfile, yyline + 1, s);
__unreachable();
return (0);
}
int