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) ...@@ -394,7 +394,6 @@ esi_handle_include(struct esi_work *ew)
txt tag; txt tag;
txt val; txt val;
unsigned u, v, s; unsigned u, v, s;
struct ws *ws;
if (ew->eb == NULL || ew->eb->include.b != NULL) if (ew->eb == NULL || ew->eb->include.b != NULL)
esi_addbit(ew, NULL, 0); esi_addbit(ew, NULL, 0);
...@@ -412,9 +411,7 @@ esi_handle_include(struct esi_work *ew) ...@@ -412,9 +411,7 @@ esi_handle_include(struct esi_work *ew)
continue; continue;
} }
/* Wee are saving the original string */ /* We are saving the original string */
ws = ew->sp->obj->ws_o;
WS_Assert(ws);
s = 0; s = 0;
if (val.b != val.e) { 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