diff options
Diffstat (limited to 'tests/Semaphore_Test.cpp')
-rw-r--r-- | tests/Semaphore_Test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Semaphore_Test.cpp b/tests/Semaphore_Test.cpp index 17587346191..26433d1bdb0 100644 --- a/tests/Semaphore_Test.cpp +++ b/tests/Semaphore_Test.cpp @@ -106,7 +106,6 @@ test_timeout (void) static void * worker (void *) { - ACE_Thread_Control tc (ACE_Thread_Manager::instance ()); ACE_NEW_THREAD; for (size_t iterations = 1; |