From: phk Date: Tue, 16 Oct 2007 09:00:48 +0000 (+0000) Subject: Flexelint polish X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e70cf2d4666648126614ff7a63c55959e50a15d;p=varnish Flexelint polish git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2099 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache.h b/varnish-cache/bin/varnishd/cache.h index 74ff9fc9..94afb0a9 100644 --- a/varnish-cache/bin/varnishd/cache.h +++ b/varnish-cache/bin/varnishd/cache.h @@ -61,9 +61,6 @@ enum { /* Note: intentionally not IOV_MAX */ #define MAX_IOVS (HTTP_HDR_MAX * 2) -/* Amount of per-worker logspace */ -#define WLOGSPACE 8192 /* XXX: param ? */ - struct cli; struct vsb; struct sess;