diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-04 21:20:08 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-04 21:20:08 +0000 |
commit | ff65207ded9e7af3118b82c7212f43af94421d4d (patch) | |
tree | eb18df5eb27b2bfe3cacfc556b77d6457736975b /ace/Synch.cpp | |
parent | babc416226b75bb8e4e3c7040f0a63cb86d8be49 (diff) | |
download | ATCD-ff65207ded9e7af3118b82c7212f43af94421d4d.tar.gz |
ChangeLogTag:Mon Oct 4 08:31:58 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Synch.cpp')
-rw-r--r-- | ace/Synch.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Synch.cpp b/ace/Synch.cpp index ff4ef5878ae..93915f81cba 100644 --- a/ace/Synch.cpp +++ b/ace/Synch.cpp @@ -317,9 +317,7 @@ ACE_Process_Semaphore::ACE_Process_Semaphore (u_int count, ACE_Process_Semaphore::~ACE_Process_Semaphore (void) { -// ACE_TRACE ("ACE_Process_Semaphore::~ACE_Process_Semaphore"); - // if (this->remove () == -1) - // ACE_ERROR ((LM_ERROR, ASYS_TEXT("%p\n"), ASYS_TEXT("ACE_Process_Mutex::~ACE_Process_Mutex"))); + // ACE_TRACE ("ACE_Process_Semaphore::~ACE_Process_Semaphore"); } // Explicitly destroy the semaphore. |