From e18492b9c422adeb8abb3a0da11e928dfd5518c1 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 2 Aug 2006 11:17:53 +0000 Subject: [PATCH] Remove unused struct. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@600 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_pipe.c | 5 ----- 1 file changed, 5 deletions(-) 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) { -- 2.39.5