diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-30 15:48:15 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-30 15:48:15 +0000 |
commit | 5f647fc732bc1537786624d60f62b527873ecfcf (patch) | |
tree | c0fbcf1989e822731390fa3be59fb8bb8e4006b2 /ace/Object_Manager.cpp | |
parent | 22eb3abb0f44c51d4fbdfb9c696cffd997d43555 (diff) | |
download | ATCD-5f647fc732bc1537786624d60f62b527873ecfcf.tar.gz |
uninlined ACE_OS::exit (), so that ACE_Object_Manager_fini () is no longer needed
Diffstat (limited to 'ace/Object_Manager.cpp')
-rw-r--r-- | ace/Object_Manager.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp index 81dc4d5e1cf..67dc50b614d 100644 --- a/ace/Object_Manager.cpp +++ b/ace/Object_Manager.cpp @@ -54,12 +54,6 @@ void *ACE_Object_Manager::preallocated_object[ void *ACE_Object_Manager::preallocated_array[ ACE_Object_Manager::ACE_PREALLOCATED_ARRAYS] = { 0 }; -void -ACE_Object_Manager_fini (void) -{ - ACE_Object_Manager::fini (); -} - // Handy macros for use by ACE_Object_Manager constructor to // preallocate or delete an object or array, either statically (in // global data) or dynamically (on the heap). |