From aec01c66a84c68e248b4c54726437ac84ecc2e78 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Thu, 20 Jul 2000 17:17:49 +0000 Subject: [PATCH] Remove unused variable. PR: bin/20052 Submitted by: Alex Kapranoff --- usr.sbin/ngctl/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ngctl/config.c b/usr.sbin/ngctl/config.c index 8fbdb0a9b8e..144293abd56 100644 --- a/usr.sbin/ngctl/config.c +++ b/usr.sbin/ngctl/config.c @@ -57,7 +57,7 @@ ConfigCmd(int ac, char **av) char *const status = (char *) resp->data; char *path; char buf[NG_TEXTRESPONSE]; - int nostat = 0, i, j; + int nostat = 0, i; /* Get arguments */ if (ac < 2)