summaryrefslogtreecommitdiff
path: root/ace/config-lite.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-lite.h')
-rw-r--r--ace/config-lite.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/config-lite.h b/ace/config-lite.h
index 9350baeefcb..96f57b55449 100644
--- a/ace/config-lite.h
+++ b/ace/config-lite.h
@@ -37,13 +37,6 @@
# endif /* ACE_HAS_XTI */
#endif /* ACE_HAS_TLI */
-// By default we perform no tracing on the OS layer, otherwise the
-// coupling between the OS layer and Log_Msg is too tight. But the
-// application can override the default if they wish to.
-# if !defined(ACE_OS_TRACE)
-# define ACE_OS_TRACE(X)
-# endif /* ACE_OS_TRACE */
-
#define ACE_BITS_PER_ULONG (8 * sizeof (u_long))
#if !defined (ACE_OSTREAM_TYPE)