summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index 576634b20e1..4dddd632717 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -184,11 +184,7 @@ ACE::terminate_process (pid_t pid)
KnCap cap_;
// Use the pid to find out the actor's capability, then kill it.
-# if defined(CHORUS_4)
- if (::acap (pid, &cap_) == 0)
-# else
if (::acap (AM_MYSITE, pid, &cap_) == 0)
-# endif
return ::akill (&cap_);
else
return -1;