From 3a135b20e2c3c3dd407b9b768a411645eca6a7e0 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 9 Mar 2021 11:49:28 +0100 Subject: Various cleanup and use of C++11 features --- ACE/ace/Guard_T.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ACE/ace/Guard_T.h') 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 */ //========================================================================== @@ -123,7 +121,6 @@ protected: int owner_; private: - // = Prevent assignment and initialization. void operator= (const ACE_Guard &) = delete; ACE_Guard (const ACE_Guard &) = delete; }; -- cgit v1.2.1