summaryrefslogtreecommitdiff
path: root/ace/Service_Manager.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-12-17 19:05:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-12-17 19:05:35 +0000
commitb04ebbbcabc2a64a893337882c9fe214334273b9 (patch)
tree0626e49e58430ca3c7753560819b12d63f499564 /ace/Service_Manager.cpp
parentb2d6ed41b6163ff286ca39b5638da486e873784c (diff)
downloadATCD-b04ebbbcabc2a64a893337882c9fe214334273b9.tar.gz
.
Diffstat (limited to 'ace/Service_Manager.cpp')
-rw-r--r--ace/Service_Manager.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/ace/Service_Manager.cpp b/ace/Service_Manager.cpp
index 5fa21efae46..506c0ed74b6 100644
--- a/ace/Service_Manager.cpp
+++ b/ace/Service_Manager.cpp
@@ -143,17 +143,8 @@ ACE_Service_Manager::get_handle (void) const
}
int
-ACE_Service_Manager::handle_signal (int sig, siginfo_t *, ucontext_t *)
+ACE_Service_Manager::handle_signal (int, siginfo_t *, ucontext_t *)
{
-#if defined (ACE_NLOGGING)
- ACE_UNUSED_ARG (sig);
-#endif /* ACE_NLOGGING */
-
- ACE_TRACE ("ACE_Service_Manager::handle_signal");
- if (this->debug_)
- ACE_DEBUG ((LM_DEBUG,
- ASYS_TEXT ("got %S\n"),
- sig));
return 0;
}