From 2e70cf2d4666648126614ff7a63c55959e50a15d Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 16 Oct 2007 09:00:48 +0000 Subject: [PATCH] Flexelint polish git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2099 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.39.5