remove unused variable
authorchl <chl@openbsd.org>
Sun, 11 May 2014 00:03:14 +0000 (00:03 +0000)
committerchl <chl@openbsd.org>
Sun, 11 May 2014 00:03:14 +0000 (00:03 +0000)
ok tedu@

sbin/nfsd/nfsd.c

index 400e698..d4deb7d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nfsd.c,v 1.33 2014/05/05 15:08:37 tedu Exp $  */
+/*     $OpenBSD: nfsd.c,v 1.34 2014/05/11 00:03:14 chl Exp $   */
 /*     $NetBSD: nfsd.c,v 1.19 1996/02/18 23:18:56 mycroft Exp $        */
 
 /*
@@ -102,7 +102,7 @@ int
 main(int argc, char *argv[])
 {
        struct nfsd_args nfsdargs;
-       struct sockaddr_in inetaddr, inetpeer;
+       struct sockaddr_in inetaddr;
        int ch, connect_type_cnt, i;
        int nfsdcnt = DEFNFSDCNT, on, reregister = 0, sock;
        int udpflag = 0, tcpflag = 0, tcpsock;