]> err.no Git - varnish/commitdiff
Remove unused struct.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 2 Aug 2006 11:17:53 +0000 (11:17 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 2 Aug 2006 11:17:53 +0000 (11:17 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@600 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_pipe.c

index 55def91b7ee69f7aadf2c9e7140ac8b24d3edf3e..16779147f1294fabe1d6f7e756aabdd735a7d827 100644 (file)
 #include "shmlog.h"
 #include "cache.h"
 
-struct edir {
-       int fd;
-       struct event ev;
-};
-
 static void
 rdf(struct pollfd *fds, int idx)
 {