r600 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Aug 2 13:17:53 CEST 2006


Author: phk
Date: 2006-08-02 13:17:53 +0200 (Wed, 02 Aug 2006)
New Revision: 600

Modified:
   trunk/varnish-cache/bin/varnishd/cache_pipe.c
Log:
Remove unused struct.


Modified: trunk/varnish-cache/bin/varnishd/cache_pipe.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pipe.c	2006-08-02 10:53:49 UTC (rev 599)
+++ trunk/varnish-cache/bin/varnishd/cache_pipe.c	2006-08-02 11:17:53 UTC (rev 600)
@@ -15,11 +15,6 @@
 #include "shmlog.h"
 #include "cache.h"
 
-struct edir {
-	int fd;
-	struct event ev;
-};
-
 static void
 rdf(struct pollfd *fds, int idx)
 {




More information about the varnish-commit mailing list