summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-22 07:38:19 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-22 07:38:19 +0000
commit92a7b9273254dc1347c49de28d9a990bd2a64896 (patch)
treee36daa707111610b197d58411b5a39a15b3be48c
parent9cc3d836eef7e45e68db52f59016aff22835d12e (diff)
downloadATCD-92a7b9273254dc1347c49de28d9a990bd2a64896.tar.gz
Removed unused <connect_strategy>
-rw-r--r--tests/Cached_Accept_Conn_Test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Cached_Accept_Conn_Test.cpp b/tests/Cached_Accept_Conn_Test.cpp
index 20e5d348f8e..ed3db683e1c 100644
--- a/tests/Cached_Accept_Conn_Test.cpp
+++ b/tests/Cached_Accept_Conn_Test.cpp
@@ -187,7 +187,6 @@ static int user_has_specified_iterations = 0;
static size_t keep_handles_available = 100;
static double purge_percentage = 20;
static Caching_Strategy_Type caching_strategy_type = ACE_ALL;
-static CACHED_CONNECT_STRATEGY *connect_strategy = 0;
// On Win32, the handle gobbling doesn't work. Therefore, we need
// more iterations to get to the handle limit.