summaryrefslogtreecommitdiff
path: root/ace/Dump.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-20 22:32:07 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-20 22:32:07 +0000
commit5ee93a4dba1542ad8d2136ba0ffb389bbefc16b0 (patch)
treedfedd325947bec8380259bf875c36a9f61a4a574 /ace/Dump.h
parent7ed16425b8bed4d147fa7eb2ad8434de100fbc5a (diff)
downloadATCD-5ee93a4dba1542ad8d2136ba0ffb389bbefc16b0.tar.gz
revised ACE_Object_Manager interface for preallocated objects
Diffstat (limited to 'ace/Dump.h')
-rw-r--r--ace/Dump.h5
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.