r4839 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Thu May 20 11:23:43 CEST 2010


Author: phk
Date: 2010-05-20 11:23:42 +0200 (Thu, 20 May 2010)
New Revision: 4839

Modified:
   trunk/varnish-cache/bin/varnishd/common.h
Log:
Just remove the dang #warning, it's going to be removed as soon as
I convert to vmb.h anyway.



Modified: trunk/varnish-cache/bin/varnishd/common.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/common.h	2010-05-20 09:08:50 UTC (rev 4838)
+++ trunk/varnish-cache/bin/varnishd/common.h	2010-05-20 09:23:42 UTC (rev 4839)
@@ -83,6 +83,5 @@
 #include <machine/atomic.h>
 #define MEMORY_BARRIER()       mb()
 #else
-#warning "MEMORY_BARRIER() is expensive"
 #define MEMORY_BARRIER()       close(-1)
 #endif




More information about the varnish-commit mailing list