summaryrefslogtreecommitdiff
path: root/ace/Proactor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Proactor.cpp')
-rw-r--r--ace/Proactor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp
index 5965ca30c38..26107b77277 100644
--- a/ace/Proactor.cpp
+++ b/ace/Proactor.cpp
@@ -265,10 +265,8 @@ ACE_Proactor::ACE_Proactor (ACE_Proactor_Impl *implementation,
ACE_NEW (implementation,
ACE_POSIX_SIG_Proactor);
#else /* Default is to use the SIG one */
- #if defined(ACE_HAS_POSIX_REALTIME_SIGNALS)
ACE_NEW (implementation,
ACE_POSIX_SIG_Proactor);
- #endif /* ACE_HAS_POSIX_REALTIME_SIGNALS */
#endif
#elif (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE))
// WIN_Proactor.