summaryrefslogtreecommitdiff
path: root/ACE/ace/Guard_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Guard_T.h')
-rw-r--r--ACE/ace/Guard_T.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/Guard_T.h b/ACE/ace/Guard_T.h
index e85ff7f5dfa..575c17a91be 100644
--- a/ACE/ace/Guard_T.h
+++ b/ACE/ace/Guard_T.h
@@ -4,8 +4,6 @@
/**
* @file Guard_T.h
*
- * Moved from Synch.h.
- *
* @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//==========================================================================
@@ -123,7 +121,6 @@ protected:
int owner_;
private:
- // = Prevent assignment and initialization.
void operator= (const ACE_Guard<ACE_LOCK> &) = delete;
ACE_Guard (const ACE_Guard<ACE_LOCK> &) = delete;
};