diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-30 16:06:57 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-30 16:06:57 +0000 |
commit | f4e31c68c84976aea0bdb2f625edff1b1b3cef19 (patch) | |
tree | f34f407e7feb34a495d9c866d484292dbb59eda7 /ace/Object_Manager.cpp | |
parent | 6639739ad7dded6fa3b19a18109df5d570bed8bc (diff) | |
download | ATCD-f4e31c68c84976aea0bdb2f625edff1b1b3cef19.tar.gz |
(tss_open,tss_close): removed tss_open () dynamic allocation option, and tss_close()
Diffstat (limited to 'ace/Object_Manager.cpp')
-rw-r--r-- | ace/Object_Manager.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp index 19cf1808aa8..b20e7e6619a 100644 --- a/ace/Object_Manager.cpp +++ b/ace/Object_Manager.cpp @@ -510,11 +510,6 @@ ACE_Object_Manager::~ACE_Object_Manager (void) // Close the ACE_Allocator. ACE_Allocator::close_singleton (); -#if defined (ACE_HAS_TSS_EMULATION) - // Close the thread's local TS storage. - ACE_TSS_Emulation::tss_close (ts_storage_); -#endif /* ACE_HAS_TSS_EMULATION */ - #if ! defined (ACE_HAS_STATIC_PREALLOCATION) // Hooks for deletion of preallocated objects and arrays provided by // application. |