diff options
| author | Alexander Barton <alex@barton.de> | 2002-12-18 02:53:36 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-12-18 02:53:36 +0000 |
| commit | 3a811ef5639346f6151a01f4b1bd0f85e0bb5c80 (patch) | |
| tree | 9b3244c5cb3557ce06ef4ef7d33199971fe72133 /src | |
| parent | 3e4f58e4164e4ebb18e3c4df11200c6e72a107e6 (diff) | |
| download | ngircd-3a811ef5639346f6151a01f4b1bd0f85e0bb5c80.tar.gz ngircd-3a811ef5639346f6151a01f4b1bd0f85e0bb5c80.zip | |
- Validate_Config(): removed unused variable "i".
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/conf.c | 4 |
1 files changed, 1 insertions, 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 <assert.h> @@ -632,8 +632,6 @@ Validate_Config( BOOLEAN Configtest ) { /* Validate configuration settings. */ - INT i; - if( ! Conf_ServerName[0] ) { /* No server name configured! */ |