summaryrefslogtreecommitdiff
path: root/tests
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
commitf3cc9c53dd8be7e25abab94e96eb487ed598f36e (patch)
treee36daa707111610b197d58411b5a39a15b3be48c /tests
parentb0b2ddbac1fe6b5ad9c88ceb497a8126c6318b5c (diff)
downloadATCD-f3cc9c53dd8be7e25abab94e96eb487ed598f36e.tar.gz
Removed unused <connect_strategy>
Diffstat (limited to 'tests')
-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.