summaryrefslogtreecommitdiff
path: root/ace/LOCK_SOCK_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LOCK_SOCK_Acceptor.h')
-rw-r--r--ace/LOCK_SOCK_Acceptor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/LOCK_SOCK_Acceptor.h b/ace/LOCK_SOCK_Acceptor.h
index b6c89f6a4af..6e8888b06b2 100644
--- a/ace/LOCK_SOCK_Acceptor.h
+++ b/ace/LOCK_SOCK_Acceptor.h
@@ -42,9 +42,6 @@ public:
// Return a reference to the lock.
protected:
- typedef ACE_SOCK_Acceptor SUPER;
- // Useful typedef
-
ACE_LOCK lock_;
// Type of locking mechanism.
};