summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup/CollocationLockup.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-01-14 10:09:54 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-01-14 10:09:54 +0100
commit2916b2fa78bc0fdcae44b590af9543245d481e15 (patch)
tree7be616bec51f67b6bc17f3e5935520c7346bee64 /TAO/tests/CollocationLockup/CollocationLockup.cpp
parent20da1c5dcbed95befc08ccf258f62c91a16762f4 (diff)
downloadATCD-2916b2fa78bc0fdcae44b590af9543245d481e15.tar.gz
Removed OpenVMS support
Diffstat (limited to 'TAO/tests/CollocationLockup/CollocationLockup.cpp')
-rw-r--r--TAO/tests/CollocationLockup/CollocationLockup.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/CollocationLockup/CollocationLockup.cpp b/TAO/tests/CollocationLockup/CollocationLockup.cpp
index b71122bc23b..ad25d7cb7bd 100644
--- a/TAO/tests/CollocationLockup/CollocationLockup.cpp
+++ b/TAO/tests/CollocationLockup/CollocationLockup.cpp
@@ -18,13 +18,7 @@
namespace
{
-#if defined (ACE_OPENVMS)
- // less threads on OpenVMS otherwise this test
- // (although working correctly) takes far too long.
- const size_t N_THREADS = 10;
-#else
const size_t N_THREADS = 20;
-#endif
const size_t N_ITERATIONS = 100;
}