summaryrefslogtreecommitdiff
path: root/ace/Global_Macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Global_Macros.h')
-rw-r--r--ace/Global_Macros.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ace/Global_Macros.h b/ace/Global_Macros.h
index 0811f951faa..0354eb48ba9 100644
--- a/ace/Global_Macros.h
+++ b/ace/Global_Macros.h
@@ -139,20 +139,6 @@ friend class ace_dewarn_gplusplus
// ----------------------------------------------------------------
-# define ACE_TRACE_IMPL(X) ACE_Trace ____ (ACE_LIB_TEXT (X), __LINE__, ACE_LIB_TEXT (__FILE__))
-
-# if (ACE_NTRACE == 1)
-# define ACE_TRACE(X)
-# else
-# if !defined (ACE_HAS_TRACE)
-# define ACE_HAS_TRACE
-# endif /* ACE_HAS_TRACE */
-# define ACE_TRACE(X) ACE_TRACE_IMPL(X)
-# include "ace/Trace.h"
-# endif /* ACE_NTRACE */
-
-// ----------------------------------------------------------------
-
// Convenient macro for testing for deadlock, as well as for detecting
// when mutexes fail.
#define ACE_GUARD_ACTION(MUTEX, OBJ, LOCK, ACTION, REACTION) \