summaryrefslogtreecommitdiff
path: root/ace/Dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Dump.h')
-rw-r--r--ace/Dump.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/Dump.h b/ace/Dump.h
index 552a49300a8..742e2c649e9 100644
--- a/ace/Dump.h
+++ b/ace/Dump.h
@@ -11,10 +11,7 @@
* with a central in-memory "database" that can dump the state of all
* live ACE objects (e.g., from within a debugger).
*
- * The macros which allow easy registration and removal of objects to be
- * dumped (ACE_REGISTER_OBJECT and ACE_REMOVE_OBJECT) are turned into
- * no-ops by compiling with the ACE_NDEBUG macro defined. This allows
- * usage to be removed in "release mode" builds without changing code.
+ * To turn on this feature simply compile with -DACE_NDEBUG
*
* There are several interesting aspects to this design:
*