Commit 3744e714 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Minor nitpicking



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4974 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 2fdca963
......@@ -394,7 +394,6 @@ esi_handle_include(struct esi_work *ew)
txt tag;
txt val;
unsigned u, v, s;
struct ws *ws;
if (ew->eb == NULL || ew->eb->include.b != NULL)
esi_addbit(ew, NULL, 0);
......@@ -412,9 +411,7 @@ esi_handle_include(struct esi_work *ew)
continue;
}
/* Wee are saving the original string */
ws = ew->sp->obj->ws_o;
WS_Assert(ws);
/* We are saving the original string */
s = 0;
if (val.b != val.e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment