r4835 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Thu May 20 09:32:24 CEST 2010


Author: phk
Date: 2010-05-20 09:32:24 +0200 (Thu, 20 May 2010)
New Revision: 4835

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_shmem.c
Log:
Remove unused variable.



Modified: trunk/varnish-cache/bin/varnishd/mgt_shmem.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_shmem.c	2010-05-20 07:28:40 UTC (rev 4834)
+++ trunk/varnish-cache/bin/varnishd/mgt_shmem.c	2010-05-20 07:32:24 UTC (rev 4835)
@@ -53,9 +53,8 @@
 #define MAP_NOSYNC 0 /* XXX Linux */
 #endif
 
-struct varnish_stats *VSL_stats;
-struct shmloghead *loghead;
-unsigned char *logstart;
+struct varnish_stats	*VSL_stats;
+struct shmloghead	*loghead;
 uint8_t			*vsl_log_start;
 uint8_t			*vsl_log_end;
 uint8_t			*vsl_log_nxt;




More information about the varnish-commit mailing list