Commit 09253629 authored by Nils Goroll's avatar Nils Goroll

Add a REL_* marker for things we need to consider for releases

Ref:
https://github.com/varnishcache/varnish-cache/pull/2969#pullrequestreview-224802203
parent a4d79267
......@@ -273,9 +273,7 @@ WS_ReserveSize(struct ws *ws, unsigned bytes)
return (pdiff(ws->f, ws->r));
}
/*
* XXX remove for 2020-03-15 release
*/
/* REL_20200315 remove */
unsigned
WS_Reserve(struct ws *ws, unsigned bytes)
{
......
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