summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-09 22:06:55 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-09 22:06:55 +0000
commit73fd77476b67e627329031a83bb84ac7c32e0123 (patch)
tree034ce928633ea4c150118f19246790915a9a7478 /ace/Malloc_T.i
parentd2387cd998bc3f44dd2ba19a80e61520f3c1df98 (diff)
downloadATCD-73fd77476b67e627329031a83bb84ac7c32e0123.tar.gz
*** empty log message ***
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 9a5cc1cc8b2..e3a7add47d0 100644
--- a/ace/Malloc_T.i
+++ b/ace/Malloc_T.i
@@ -183,9 +183,3 @@ ACE_Malloc<ACE_MEM_POOL_2, ACE_LOCK>::protect (void *addr, size_t len, int flags
ACE_TRACE ("ACE_Malloc<MEMORY_POOL, ACE_LOCK>::protect");
return this->memory_pool_.protect (addr, len, flags);
}
-
-template <size_t POOL_SIZE> ACE_INLINE
-ACE_Static_Allocator<POOL_SIZE>::ACE_Static_Allocator (void)
- : ACE_Static_Allocator_Base (this->pool_, POOL_SIZE)
-{
-}