From 2e6178c0b24ee025a5f4e0e02a644b6086f29973 Mon Sep 17 00:00:00 2001 From: Nils Goroll Date: Fri, 20 Apr 2018 14:13:08 +0200 Subject: [PATCH] Revert "be paranoid when marking workspace overflows" No need to remain paranoid when the actual root case is dead simple (see previous commit) This reverts commit f5ce55168a2d31eb24e7ea2a12036d1dc489235c. Ref: #2645 --- bin/varnishd/cache/cache_ws.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/varnishd/cache/cache_ws.c b/bin/varnishd/cache/cache_ws.c index a6038de97f..3ec5ec0171 100644 --- a/bin/varnishd/cache/cache_ws.c +++ b/bin/varnishd/cache/cache_ws.c @@ -31,7 +31,6 @@ #include "config.h" #include "cache_varnishd.h" -#include "vmb.h" #include @@ -116,7 +115,6 @@ WS_MarkOverflow(struct ws *ws) CHECK_OBJ_NOTNULL(ws, WS_MAGIC); ws->id[0] &= ~0x20; // cheesy toupper() - VWMB(); } static void