ipft_hx: remove set-but-not-unused vars

MFC after:	3 days
This commit is contained in:
Cy Schubert 2021-12-10 20:46:11 -08:00
parent 81dc00331d
commit ece1946c1f

View File

@ -65,10 +65,8 @@ static int hex_readip(mb, ifn, dir)
char line[513];
ip_t *ip;
char *buf;
int cnt;
buf = (char *)mb->mb_buf;
cnt = sizeof(mb->mb_buf);
/*
* interpret start of line as possibly "[ifname]" or
* "[in/out,ifname]".