summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-04-18 16:25:03 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-04-18 16:25:03 +0200
commit9a020fae9c55b322a4e1048a2531ce6e0bbe401a (patch)
tree7dbc62d32110e67547cea7520abe072ee71d2a09 /ACE/ace/Malloc.cpp
parent601491ce979d21147c9e8449825084e252c17579 (diff)
downloadATCD-9a020fae9c55b322a4e1048a2531ce6e0bbe401a.tar.gz
Removed ACE_Allocator::delete_allocator_, it is not used at all and according to the old comments it shouldn't be used.
* ACE/ace/Malloc.cpp: * ACE/ace/Malloc_Allocator.cpp: * ACE/ace/Malloc_Base.h:
Diffstat (limited to 'ACE/ace/Malloc.cpp')
-rw-r--r--ACE/ace/Malloc.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/ACE/ace/Malloc.cpp b/ACE/ace/Malloc.cpp
index c0b5f79dd8e..874b7b75bc0 100644
--- a/ACE/ace/Malloc.cpp
+++ b/ACE/ace/Malloc.cpp
@@ -14,11 +14,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// Process-wide ACE_Allocator.
ACE_Allocator *ACE_Allocator::allocator_ = 0;
-// Controls whether the Allocator is deleted when we shut down (we can
-// only delete it safely if we created it!) This is no longer used;
-// see ACE_Allocator::instance (void).
-bool ACE_Allocator::delete_allocator_ = false;
-
void
ACE_Control_Block::ACE_Malloc_Header::dump (void) const
{