From: des Date: Fri, 20 Jul 2007 10:14:43 +0000 (+0000) Subject: Style nit. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed82575874b2af5f8c35345e723aff57cc54a68;p=varnish Style nit. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1733 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache.h b/varnish-cache/bin/varnishd/cache.h index 84df1e2c..f8fcf19d 100644 --- a/varnish-cache/bin/varnishd/cache.h +++ b/varnish-cache/bin/varnishd/cache.h @@ -96,8 +96,6 @@ void WS_Reset(struct ws *ws); char *WS_Alloc(struct ws *ws, unsigned bytes); void WS_Return(struct ws *ws, char *b, char *e); - - /*-------------------------------------------------------------------- * HTTP Request/Response/Header handling structure. */