summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Malloc_T.i')
-rw-r--r--ace/Malloc_T.i6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Malloc_T.i b/ace/Malloc_T.i
index 6093977e5bc..53f3d5cd78e 100644
--- a/ace/Malloc_T.i
+++ b/ace/Malloc_T.i
@@ -221,12 +221,6 @@ ACE_Malloc_T<ACE_MEM_POOL_2, ACE_LOCK, ACE_CB>::ref_counter (void)
}
template <ACE_MEM_POOL_1, class ACE_LOCK, class ACE_CB> ACE_INLINE int
-ACE_Malloc_T<ACE_MEM_POOL_2, ACE_LOCK, ACE_CB>::bad (void)
-{
- return this->bad_flag_;
-}
-
-template <ACE_MEM_POOL_1, class ACE_LOCK, class ACE_CB> ACE_INLINE int
ACE_Malloc_T<ACE_MEM_POOL_2, ACE_LOCK, ACE_CB>::release (int close)
{
ACE_GUARD_RETURN (ACE_LOCK, ace_mon, *this->lock_, -1);