]> err.no Git - varnish/commitdiff
Remove unused variable.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 07:02:05 +0000 (07:02 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 07:02:05 +0000 (07:02 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@791 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_acceptor.c

index 7889214338eae33d204db2060b4a2bfa227d6668..f51d6a9ab3326164c9bcbf7ef327653f02102f5d 100644 (file)
@@ -422,7 +422,6 @@ accept_f(int fd)
 static void *
 vca_main(void *arg)
 {
-       unsigned u;
        struct kevent ke;
        int i;
        struct sess *sp;