summaryrefslogtreecommitdiff
path: root/ACE/ace/Semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Semaphore.h')
-rw-r--r--ACE/ace/Semaphore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Semaphore.h b/ACE/ace/Semaphore.h
index a94afc3fcab..a8fc282fa74 100644
--- a/ACE/ace/Semaphore.h
+++ b/ACE/ace/Semaphore.h
@@ -34,7 +34,6 @@ class ACE_Time_Value;
class ACE_Export ACE_Semaphore
{
public:
- // = Initialization and termination.
/// Initialize the semaphore, with initial value of "count".
ACE_Semaphore (unsigned int count = 1, // By default make this unlocked.
int type = USYNC_THREAD,