summaryrefslogtreecommitdiff
path: root/ACE/tests/Conn_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/Conn_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/Conn_Test.cpp')
-rw-r--r--ACE/tests/Conn_Test.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/tests/Conn_Test.cpp b/ACE/tests/Conn_Test.cpp
index c44c607df25..b44f9547a9c 100644
--- a/ACE/tests/Conn_Test.cpp
+++ b/ACE/tests/Conn_Test.cpp
@@ -81,16 +81,8 @@ using CACHED_CONNECT_STRATEGY = ACE_Cached_Connect_Strategy<Svc_Handler, ACE_SOC
#define REFCOUNTED_HASH_RECYCLABLE_ADDR ACE_Refcounted_Hash_Recyclable<ACE_INET_Addr>
// Default number of clients/servers.
-#if defined (ACE_HAS_PHARLAP)
-// PharLap is, by default, resource contrained. Test for something that works
-// on the default configuration.
-static int n_servers = 2;
-static int n_clients = 4;
-#else
static int n_servers = 5;
static int n_clients = 5;
-#endif /* ACE_HAS_PHARLAP */
-
static int n_client_iterations = 3;
Svc_Handler::Svc_Handler (ACE_Thread_Manager *)