Commit 306f74bb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove unwarranted assert

parent d4ac001a
......@@ -64,7 +64,7 @@ ved_include(struct sess *sp, const char *src, const char *host)
return;
}
AZ(WRW_FlushRelease(w));
(void)WRW_FlushRelease(w);
obj = sp->obj;
sp->obj = NULL;
......
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