summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-02 06:23:09 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-02 06:23:09 +0000
commitbed88a9e9b1637a4fffc4a0ba27a138fdce7f60d (patch)
tree689409ae3a062b8f19f3ba02838278726003559a /ace/Proactor.h
parenta8d245fecc62ee2b62a3faa9538b74a2eaf993cd (diff)
downloadATCD-bed88a9e9b1637a4fffc4a0ba27a138fdce7f60d.tar.gz
Reverted MP safe Double-checking modification. It doesn't solve the real problem here.
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r--ace/Proactor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index c4a85dc194a..f672335f37f 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -324,9 +324,6 @@ private:
static ACE_Proactor *proactor_;
// Pointer to a process-wide <ACE_Proactor>.
- static int instantiated_;
- // Flags indicating whether <proactor_> has been instantiated or not.
-
static int delete_proactor_;
// Must delete the <proactor_> if non-0.