[3.0] 57cfe63 Also remove DIAGNISTICS around the prototype for MCF_DumpRst()

Tollef Fog Heen tfheen at varnish-cache.org
Thu Sep 22 14:01:31 CEST 2011


commit 57cfe6301b56db6a13d25f28c922ee2fb6e5b798
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Sep 1 08:37:08 2011 +0000

    Also remove DIAGNISTICS around the prototype for MCF_DumpRst()

diff --git a/bin/varnishd/mgt.h b/bin/varnishd/mgt.h
index 30b90ba..485de26 100644
--- a/bin/varnishd/mgt.h
+++ b/bin/varnishd/mgt.h
@@ -66,9 +66,7 @@ void mgt_cli_close_all(void);
 void MCF_ParamSync(void);
 void MCF_ParamInit(struct cli *);
 void MCF_ParamSet(struct cli *, const char *param, const char *val);
-#ifdef DIAGNOSTICS
 void MCF_DumpRst(void);
-#endif
 
 /* mgt_sandbox.c */
 void mgt_sandbox(void);



More information about the varnish-commit mailing list