From 7ca7e683224918808a3a0dd8cd0a6953cc79cb4c Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 5 Dec 2024 12:44:27 +0100 Subject: Unity build fixes (#253) some fixes to make everything build using unity build mode. Mostly moved code from anonymous namespaces into local impl namespace to avoid ambiguity in name resolution. --- src/zenhttp/servers/httpplugin.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/zenhttp/servers/httpplugin.cpp') diff --git a/src/zenhttp/servers/httpplugin.cpp b/src/zenhttp/servers/httpplugin.cpp index 09cd76f3e..9c2110476 100644 --- a/src/zenhttp/servers/httpplugin.cpp +++ b/src/zenhttp/servers/httpplugin.cpp @@ -27,14 +27,6 @@ # include # endif -# define PLUGIN_VERBOSE_TRACE 1 - -# if PLUGIN_VERBOSE_TRACE -# define ZEN_TRACE_VERBOSE ZEN_TRACE -# else -# define ZEN_TRACE_VERBOSE(fmtstr, ...) -# endif - namespace zen { struct HttpPluginServerImpl; -- cgit v1.2.3