From: phk Date: Sun, 20 Jul 2008 10:46:00 +0000 (+0000) Subject: Remove debug hack which sneaked in. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784b5b3c08e01f9ce4e61f5a214f1d675890c00e;p=varnish Remove debug hack which sneaked in. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2973 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_fetch.c b/varnish-cache/bin/varnishd/cache_fetch.c index 443f8afd..e098dcf7 100644 --- a/varnish-cache/bin/varnishd/cache_fetch.c +++ b/varnish-cache/bin/varnishd/cache_fetch.c @@ -317,7 +317,6 @@ Fetch(struct sess *sp) struct http_conn htc[1]; int i; -AZ(sp); CHECK_OBJ_NOTNULL(sp, SESS_MAGIC); CHECK_OBJ_NOTNULL(sp->wrk, WORKER_MAGIC); CHECK_OBJ_NOTNULL(sp->obj, OBJECT_MAGIC);