repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 3a811ef5639346f6151a01f4b1bd0f85e0bb5c80:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 3a811ef5639346f6151a01f4b1bd0f85e0bb5c80
Author: Alexander Barton 
Date:   Wed Dec 18 02:53:36 2002 +0000

    - Validate_Config(): removed unused variable "i".

diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index 942dbe212cb6c99d291fb3bacb40dfaecb8c8034..
index ..65e51a96b92a880fb2c7fdcf4c55f31230957603 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! */

-----END OF PAGE-----