summaryrefslogtreecommitdiff
path: root/tests/Barrier_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-30 19:32:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-30 19:32:42 +0000
commit3ba37cd2ee31fab525d8c7181d000e4558845c10 (patch)
treea5f7df2c92c6559d1d97ae740e6ec283553fceaa /tests/Barrier_Test.cpp
parent1fed1a25ab92c6bb2c29bfd32c3cb2ce418b702e (diff)
downloadATCD-3ba37cd2ee31fab525d8c7181d000e4558845c10.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Barrier_Test.cpp')
-rw-r--r--tests/Barrier_Test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Barrier_Test.cpp b/tests/Barrier_Test.cpp
index 999434a7c5f..b34b262312d 100644
--- a/tests/Barrier_Test.cpp
+++ b/tests/Barrier_Test.cpp
@@ -48,10 +48,6 @@ tester (Tester_Args *args)
{
ACE_NEW_THREAD;
-#if defined (VXWORKS)
- ACE_Thread_Control tc (ACE_Thread_Manager::instance ());
-#endif /* VXWORKS */
-
for (int iterations = 1;
iterations <= args->n_iterations_;
iterations++)