From: phk Date: Wed, 2 Aug 2006 11:17:53 +0000 (+0000) Subject: Remove unused struct. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18492b9c422adeb8abb3a0da11e928dfd5518c1;p=varnish Remove unused struct. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@600 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_pipe.c b/varnish-cache/bin/varnishd/cache_pipe.c index 55def91b..16779147 100644 --- a/varnish-cache/bin/varnishd/cache_pipe.c +++ b/varnish-cache/bin/varnishd/cache_pipe.c @@ -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) {