From 2322c843cc66ef1ce7890a72134b5b53f47cf8bb Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 11 Aug 2006 07:02:05 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@791 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_acceptor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_acceptor.c b/varnish-cache/bin/varnishd/cache_acceptor.c index 78892143..f51d6a9a 100644 --- a/varnish-cache/bin/varnishd/cache_acceptor.c +++ b/varnish-cache/bin/varnishd/cache_acceptor.c @@ -422,7 +422,6 @@ accept_f(int fd) static void * vca_main(void *arg) { - unsigned u; struct kevent ke; int i; struct sess *sp; -- 2.39.5