aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpplugin.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-12-05 12:44:27 +0100
committerGitHub Enterprise <[email protected]>2024-12-05 12:44:27 +0100
commit7ca7e683224918808a3a0dd8cd0a6953cc79cb4c (patch)
treea2d92895843e37292945e673642a338341f3a036 /src/zenhttp/servers/httpplugin.cpp
parentenable LTO / optimize for speed (#256) (diff)
downloadzen-7ca7e683224918808a3a0dd8cd0a6953cc79cb4c.tar.xz
zen-7ca7e683224918808a3a0dd8cd0a6953cc79cb4c.zip
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.
Diffstat (limited to 'src/zenhttp/servers/httpplugin.cpp')
-rw-r--r--src/zenhttp/servers/httpplugin.cpp8
1 files changed, 0 insertions, 8 deletions
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 <conio.h>
# 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;