Skip to content

Commit

Permalink
Revert "be paranoid when marking workspace overflows"
Browse files Browse the repository at this point in the history
No need to remain paranoid when the actual root case is dead
simple (see previous commit)

This reverts commit f5ce551.

Ref: #2645
  • Loading branch information
nigoroll committed Apr 20, 2018
1 parent 6a70f4a commit 2e6178c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/varnishd/cache/cache_ws.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include "config.h"

#include "cache_varnishd.h"
#include "vmb.h"

#include <stdio.h>

Expand Down Expand Up @@ -116,7 +115,6 @@ WS_MarkOverflow(struct ws *ws)
CHECK_OBJ_NOTNULL(ws, WS_MAGIC);

ws->id[0] &= ~0x20; // cheesy toupper()
VWMB();
}

static void
Expand Down

0 comments on commit 2e6178c

Please sign in to comment.