From 3a811ef5639346f6151a01f4b1bd0f85e0bb5c80 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 18 Dec 2002 02:53:36 +0000 Subject: [PATCH] - Validate_Config(): removed unused variable "i". --- src/ngircd/conf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c index 942dbe21..65e51a96 100644 --- a/src/ngircd/conf.c +++ b/src/ngircd/conf.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: conf.c,v 1.46 2002/12/18 02:52:51 alex Exp $"; +static char UNUSED id[] = "$Id: conf.c,v 1.47 2002/12/18 02:53:36 alex Exp $"; #include "imp.h" #include @@ -632,8 +632,6 @@ Validate_Config( BOOLEAN Configtest ) { /* Validate configuration settings. */ - INT i; - if( ! Conf_ServerName[0] ) { /* No server name configured! */ -- 2.39.2