summaryrefslogtreecommitdiff
path: root/ACE/ace/Condition_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Condition_T.h')
-rw-r--r--ACE/ace/Condition_T.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Condition_T.h b/ACE/ace/Condition_T.h
index 0a79a413f9e..34523edb875 100644
--- a/ACE/ace/Condition_T.h
+++ b/ACE/ace/Condition_T.h
@@ -4,8 +4,6 @@
/**
* @file Condition_T.h
*
- * Moved from Synch.h.
- *
* @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//==========================================================================
@@ -114,7 +112,6 @@ protected:
MUTEX &mutex_;
private:
- // = Prevent assignment and initialization.
void operator= (const ACE_Condition<MUTEX> &) = delete;
ACE_Condition (const ACE_Condition<MUTEX> &) = delete;
};