summaryrefslogtreecommitdiff
path: root/ace/Malloc.i
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 18:21:34 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 18:21:34 +0000
commit85d08eb62c27ed2e6978fb17b92b6d7d42aa69dd (patch)
tree321adbee183ca5e3e6580cc5fd328d10fb9a4ce9 /ace/Malloc.i
parent6923483b063b632cca1e6861d69f2a18e5920f2f (diff)
downloadATCD-85d08eb62c27ed2e6978fb17b92b6d7d42aa69dd.tar.gz
ChangeLogTag:Mon Jul 05 13:00:19 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ace/Malloc.i')
-rw-r--r--ace/Malloc.i3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Malloc.i b/ace/Malloc.i
index 615de4a2873..32b903bcf3e 100644
--- a/ace/Malloc.i
+++ b/ace/Malloc.i
@@ -144,11 +144,8 @@ ACE_INLINE void
ACE_Static_Allocator_Base::free (void *ptr)
{
// Check to see if ptr is within our pool?!
-#if defined (ACE_NDEBUG)
ACE_UNUSED_ARG (ptr);
-#else
ACE_ASSERT (ptr >= this->buffer_ && ptr < this->buffer_ + this->size_);
-#endif /* ACE_NDEBUG */
}
ACE_INLINE int