summaryrefslogtreecommitdiff
path: root/ACE/tests/Thread_Pool_Reactor_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-02 09:09:17 +0100
committerGitHub <noreply@github.com>2023-02-02 09:09:17 +0100
commit757fd0a5eef53e1c9e1a8327eb5d4b34e81d7cb9 (patch)
treeb33ba66528e126d78ff8fdcb8ca01ae861e1c836 /ACE/tests/Thread_Pool_Reactor_Test.cpp
parent107d2bfea7caaecb5e00c67134786b011bf4479b (diff)
parent7f4365e65442e6c9d482fa64f808303f1546fe68 (diff)
downloadATCD-757fd0a5eef53e1c9e1a8327eb5d4b34e81d7cb9.tar.gz
Merge pull request #2043 from jwillemsen/jwi-pharlapcleanup
Removed pharlap support
Diffstat (limited to 'ACE/tests/Thread_Pool_Reactor_Test.cpp')
-rw-r--r--ACE/tests/Thread_Pool_Reactor_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Thread_Pool_Reactor_Test.cpp b/ACE/tests/Thread_Pool_Reactor_Test.cpp
index aa654361fba..e792840294d 100644
--- a/ACE/tests/Thread_Pool_Reactor_Test.cpp
+++ b/ACE/tests/Thread_Pool_Reactor_Test.cpp
@@ -58,7 +58,7 @@ static size_t svr_thrno = ACE_MAX_THREADS;
// Default network parameters (MAX_BINDS and system buffers) are too small
// for full test on some platforms; add platforms that can't handle too many
// connection simultaneously here.
-#if defined (ACE_VXWORKS) || defined (ACE_HAS_PHARLAP)
+#if defined (ACE_VXWORKS)
#define ACE_LOAD_FACTOR /2
#else
#define ACE_LOAD_FACTOR