ipft_tx: remove set-but-not-unused vars

MFC after:	3 days
This commit is contained in:
Cy Schubert 2021-12-10 20:49:22 -08:00
parent 712b938661
commit 9018f7fa45

View File

@ -122,10 +122,8 @@ static int text_readip(mb, ifn, dir)
char line[513];
ip_t *ip;
char *buf;
int cnt;
buf = (char *)mb->mb_buf;
cnt = sizeof(mb->mb_buf);
*ifn = NULL;
while (fgets(line, sizeof(line)-1, tfp)) {