summaryrefslogtreecommitdiff
path: root/ace/Synch_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Synch_T.cpp')
-rw-r--r--ace/Synch_T.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Synch_T.cpp b/ace/Synch_T.cpp
index 6b7ff67dafe..6e371199365 100644
--- a/ace/Synch_T.cpp
+++ b/ace/Synch_T.cpp
@@ -5,7 +5,6 @@
#define ACE_SYNCH_T_C
#define ACE_BUILD_DLL
-#include "ace/Log_Msg.h"
#include "ace/Thread.h"
#include "ace/Time_Value.h"
#include "ace/Synch_T.h"
@@ -41,7 +40,7 @@ ACE_Test_and_Set<LOCK, TYPE>::set (TYPE status)
}
template <class LOCK, class TYPE> int
-ACE_Test_and_Set<LOCK, TYPE>::handle_signal (int signum, siginfo_t *, ucontext_t *)
+ACE_Test_and_Set<LOCK, TYPE>::handle_signal (int, siginfo_t *, ucontext_t *)
{
this->set (1);
return 0;