Remove unused errstr variable.
authormillert <millert@openbsd.org>
Mon, 5 Oct 2015 15:50:01 +0000 (15:50 +0000)
committermillert <millert@openbsd.org>
Mon, 5 Oct 2015 15:50:01 +0000 (15:50 +0000)
libexec/rpc.rstatd/rstatd.c

index fb37cb3..2985773 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rstatd.c,v 1.27 2015/04/18 18:28:37 deraadt Exp $     */
+/*     $OpenBSD: rstatd.c,v 1.28 2015/10/05 15:50:01 millert Exp $     */
 
 /*-
  * Copyright (c) 1993, John Brezak
@@ -66,7 +66,6 @@ main(int argc, char *argv[])
        socklen_t fromlen;
        struct passwd *pw;
        struct sockaddr_storage from;
-       const char *errstr;
        SVCXPRT *transp;
 
        openlog("rpc.rstatd", LOG_NDELAY|LOG_CONS|LOG_PID, LOG_DAEMON);