summaryrefslogtreecommitdiff
path: root/ACE/ace/Null_Semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Null_Semaphore.h')
-rw-r--r--ACE/ace/Null_Semaphore.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/Null_Semaphore.h b/ACE/ace/Null_Semaphore.h
index 8656098ead9..1e3e4dac0bb 100644
--- a/ACE/ace/Null_Semaphore.h
+++ b/ACE/ace/Null_Semaphore.h
@@ -4,8 +4,6 @@
/**
* @file Null_Semaphore.h
*
- * Moved from Synch.h.
- *
* @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
*/
//==========================================================================
@@ -51,7 +49,7 @@ public:
const ACE_TCHAR * = 0,
void * = 0,
int = 0x7fffffff) {}
- ~ACE_Null_Semaphore () {}
+ ~ACE_Null_Semaphore () = default;
/// Return 0.
int remove () {return 0;}