summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-28 14:44:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-28 14:44:00 +0000
commit3ff4fc610aee6dd65fd2d8c31d42ed28849c936c (patch)
tree9a9b5794f59170ad46d4657f33ebe85d7a1dfb1f /tests/Conn_Test.cpp
parentfe58b5c8d6caf0fc4edd55cfb9a44fbff243d682 (diff)
downloadATCD-3ff4fc610aee6dd65fd2d8c31d42ed28849c936c.tar.gz
removed ACE_LACK_CONN_TEST code because it's not being used
Diffstat (limited to 'tests/Conn_Test.cpp')
-rw-r--r--tests/Conn_Test.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp
index e2339aa1b76..c3bcd9e187b 100644
--- a/tests/Conn_Test.cpp
+++ b/tests/Conn_Test.cpp
@@ -31,22 +31,6 @@
#include "ace/Get_Opt.h"
#include "Conn_Test.h"
-#if defined (ACE_LACKS_CONN_TEST)
-
-int
-main (int, char *[])
-{
- ACE_START_TEST ("Conn_Test");
-
- // Conn_Test doesn't build on DEC_CXX 5.5.
- ACE_ERROR ((LM_ERROR, "Conn_Test not supported on this platform\n"));
-
- ACE_END_TEST;
- return 0;
-}
-
-#else
-
// Default number of clients/servers.
static int n_servers = 4;
static int n_clients = 10;
@@ -604,5 +588,3 @@ template class ACE_Svc_Tuple<Svc_Handler>;
#pragma instantiate ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
#pragma instantiate ACE_Svc_Tuple<Svc_Handler>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
-#endif /* ACE_LACKS_CONN_TEST */