diff --git a/sys/nfs/bootp_subr.c b/sys/nfs/bootp_subr.c index eedda7baa377..62b864efa60b 100644 --- a/sys/nfs/bootp_subr.c +++ b/sys/nfs/bootp_subr.c @@ -1335,7 +1335,6 @@ bootpc_decode_reply(struct nfsv3_diskless *nd, struct bootpc_ifcontext *ifctx, struct bootpc_globalcontext *gctx) { char *p, *s; - unsigned int ip; ifctx->gotgw = 0; ifctx->gotnetmask = 0; @@ -1346,8 +1345,6 @@ bootpc_decode_reply(struct nfsv3_diskless *nd, struct bootpc_ifcontext *ifctx, ifctx->myaddr.sin_addr = ifctx->reply.yiaddr; - ip = ntohl(ifctx->myaddr.sin_addr.s_addr); - printf("%s at ", ifctx->ireq.ifr_name); print_sin_addr(&ifctx->myaddr); printf(" server ");