diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-22 07:38:19 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-22 07:38:19 +0000 |
commit | 92a7b9273254dc1347c49de28d9a990bd2a64896 (patch) | |
tree | e36daa707111610b197d58411b5a39a15b3be48c /tests | |
parent | 9cc3d836eef7e45e68db52f59016aff22835d12e (diff) | |
download | ATCD-92a7b9273254dc1347c49de28d9a990bd2a64896.tar.gz |
Removed unused <connect_strategy>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Cached_Accept_Conn_Test.cpp | 1 |
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. |