Commit d2e27eb8 authored by Geoff Simmons's avatar Geoff Simmons

ZERO_OBJ workaround no longer needed after changes in Varnish master.

parent bb1b526e
......@@ -41,10 +41,6 @@
#include "vsb.h"
#include "verrno.h"
/* XXX grr */
#undef ZERO_OBJ
#define ZERO_OBJ(to, sz) (void)memset(to, 0, sz)
#include "keys.h"
#include "rfc8188.h"
......
......@@ -32,10 +32,6 @@
#include "cache/cache.h"
/* XXX grr */
#undef ZERO_OBJ
#define ZERO_OBJ(to, sz) (void)memset(to, 0, sz)
#include "rfc8188.h"
#include "vfp.h"
#include "keys.h"
......
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