r2958 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sat Jul 19 11:51:41 CEST 2008


Author: phk
Date: 2008-07-19 11:51:41 +0200 (Sat, 19 Jul 2008)
New Revision: 2958

Modified:
   trunk/varnish-cache/bin/varnishd/cache_dir_random.c
Log:
Unused struct member.



Modified: trunk/varnish-cache/bin/varnishd/cache_dir_random.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_dir_random.c	2008-07-19 09:50:42 UTC (rev 2957)
+++ trunk/varnish-cache/bin/varnishd/cache_dir_random.c	2008-07-19 09:51:41 UTC (rev 2958)
@@ -56,7 +56,6 @@
 	unsigned		magic;
 #define VDI_RANDOM_MAGIC	0x3771ae23
 	struct director		dir;
-	struct backend		*backend;
 	struct vdi_random_host	*hosts;
 	unsigned		nhosts;
 };




More information about the varnish-commit mailing list