diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-20 22:32:07 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-20 22:32:07 +0000 |
commit | 5ee93a4dba1542ad8d2136ba0ffb389bbefc16b0 (patch) | |
tree | dfedd325947bec8380259bf875c36a9f61a4a574 /ace/Dump.h | |
parent | 7ed16425b8bed4d147fa7eb2ad8434de100fbc5a (diff) | |
download | ATCD-5ee93a4dba1542ad8d2136ba0ffb389bbefc16b0.tar.gz |
revised ACE_Object_Manager interface for preallocated objects
Diffstat (limited to 'ace/Dump.h')
-rw-r--r-- | ace/Dump.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/Dump.h b/ace/Dump.h index ab1f2053a95..5217e42bfb2 100644 --- a/ace/Dump.h +++ b/ace/Dump.h @@ -142,11 +142,6 @@ private: int current_size_; // Current size of <object_table_>. - -#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0) - static u_int ace_dump_lock_; - // Double-Check lock identifier. -#endif /* ACE_MT_SAFE */ }; // Include the templates classes at this point. |