Commit 2e6178c0 authored by Nils Goroll's avatar Nils Goroll

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 f5ce5516.

Ref: #2645
parent 6a70f4ae
......@@ -31,7 +31,6 @@
#include "config.h"
#include "cache_varnishd.h"
#include "vmb.h"
#include <stdio.h>
......@@ -116,7 +115,6 @@ WS_MarkOverflow(struct ws *ws)
CHECK_OBJ_NOTNULL(ws, WS_MAGIC);
ws->id[0] &= ~0x20; // cheesy toupper()
VWMB();
}
static void
......
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