summaryrefslogtreecommitdiff
path: root/ace/Malloc.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-29 07:39:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-29 07:39:36 +0000
commit9a1d57b37b400190511ff24aca542f6e7fd60e88 (patch)
tree895b0862f959b705c5f1d657cf007b648789579a /ace/Malloc.cpp
parent0225f1bc88fdef6fe3062df38c80d4c2ee3fe0ba (diff)
downloadATCD-9a1d57b37b400190511ff24aca542f6e7fd60e88.tar.gz
ChangeLogTag: Tue Nov 29 07:39:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Malloc.cpp')
-rw-r--r--ace/Malloc.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/ace/Malloc.cpp b/ace/Malloc.cpp
index 21a6f27b220..644f8543a4c 100644
--- a/ace/Malloc.cpp
+++ b/ace/Malloc.cpp
@@ -123,14 +123,6 @@ ACE_Control_Block::ACE_Name_Node::ACE_Name_Node (const char *name,
next->prev_ = this;
}
-ACE_Control_Block::ACE_Name_Node::ACE_Name_Node (const ACE_Name_Node &)
-{
- ACE_TRACE ("ACE_Control_Block::ACE_Name_Node::ACE_Name_Node");
-#if !defined (ACE_PSOS)
- ACE_ASSERT (!"not implemented!");
-#endif /* ! ACE_PSOS */
-}
-
const char *
ACE_Control_Block::ACE_Name_Node::name (void) const
{
@@ -138,14 +130,6 @@ ACE_Control_Block::ACE_Name_Node::name (void) const
return c;
}
-void
-ACE_Control_Block::ACE_Name_Node::name (const char *)
-{
-#if !defined (ACE_PSOS)
- ACE_ASSERT (!"not implemented!");
-#endif /* ! ACE_PSOS */
-}
-
ACE_Control_Block::ACE_Malloc_Header::ACE_Malloc_Header (void)
: next_block_ (0),
size_ (0)