summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc_Base.h
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_Base.h
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_Base.h')
-rw-r--r--ACE/ace/Malloc_Base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Malloc_Base.h b/ACE/ace/Malloc_Base.h
index 8691f9090bb..69bcf14268a 100644
--- a/ACE/ace/Malloc_Base.h
+++ b/ACE/ace/Malloc_Base.h
@@ -157,9 +157,6 @@ private:
/// Pointer to a process-wide ACE_Allocator instance.
static ACE_Allocator *allocator_;
-
- /// Must delete the <allocator_> if true.
- static bool delete_allocator_;
};
/**