summaryrefslogtreecommitdiff
path: root/tests/Semaphore_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-14 18:04:17 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-14 18:04:17 +0000
commit71285d33e79652a20debdc0bb5e52f0954118d5c (patch)
tree6b35621cb599c7f90bdbc6ee8d50dfaef1fbedb1 /tests/Semaphore_Test.cpp
parentf99cabd3539fbce4c78c3ac0783dee77f0422304 (diff)
downloadATCD-71285d33e79652a20debdc0bb5e52f0954118d5c.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Semaphore_Test.cpp')
-rw-r--r--tests/Semaphore_Test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Semaphore_Test.cpp b/tests/Semaphore_Test.cpp
index 5170301437c..81ee015fdb2 100644
--- a/tests/Semaphore_Test.cpp
+++ b/tests/Semaphore_Test.cpp
@@ -20,7 +20,7 @@
#include "test_config.h"
#include "ace/Synch.h"
#include "ace/Thread.h"
-#include "ace/Service_Config.h"
+#include "ace/Thread_Manager.h"
#include "ace/Get_Opt.h"
#if defined (ACE_HAS_THREADS)
@@ -106,8 +106,6 @@ test_timeout (void)
static void *
worker (void *)
{
- ACE_NEW_THREAD;
-
for (size_t iterations = 1;
iterations <= n_iterations;
iterations++)