[NeoStats-Devel] [Commits] r2778 - trunk/modules/statserv

[email protected] Fri, 26 Aug 2005 07:27:21 +1000
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Fri Aug 26 05:27:18 2005
New Revision: 2778

Modified:
   trunk/modules/statserv/htmlstats.c
Log:
unused var fix

Modified: trunk/modules/statserv/htmlstats.c
==============================================================================
--- trunk/modules/statserv/htmlstats.c	(original)
+++ trunk/modules/statserv/htmlstats.c	Fri Aug 26 05:27:18 2005
@@ -612,7 +612,6 @@
 {
 #define MAPBUFSIZE 512
 	static char buf[MAPBUFSIZE];
-	Client *u = (Client *)v;
 	serverstat *ss;
 
 	ss = ( serverstat * ) GetServerModValue( s );