From a5f47e27187fba8b18edf74f1d64d34caf4eb63f Mon Sep 17 00:00:00 2001 From: archie 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) -- 2.45.0