diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-30 19:32:42 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-30 19:32:42 +0000 |
commit | 3ba37cd2ee31fab525d8c7181d000e4558845c10 (patch) | |
tree | a5f7df2c92c6559d1d97ae740e6ec283553fceaa /tests/Barrier_Test.cpp | |
parent | 1fed1a25ab92c6bb2c29bfd32c3cb2ce418b702e (diff) | |
download | ATCD-3ba37cd2ee31fab525d8c7181d000e4558845c10.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Barrier_Test.cpp')
-rw-r--r-- | tests/Barrier_Test.cpp | 4 |
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++) |