diff options
Diffstat (limited to 'tests/Recursive_Mutex_Test.cpp')
-rw-r--r-- | tests/Recursive_Mutex_Test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Recursive_Mutex_Test.cpp b/tests/Recursive_Mutex_Test.cpp index 4e7a17dbe3e..3d3bf8fa275 100644 --- a/tests/Recursive_Mutex_Test.cpp +++ b/tests/Recursive_Mutex_Test.cpp @@ -69,7 +69,6 @@ main (int, char *argv[]) ACE_START_TEST ("Recursive_Mutex_Test.cpp"); #if defined (ACE_HAS_THREADS) - ACE_Service_Config daemon (argv[0]); ACE_Recursive_Thread_Mutex rm; ACE_Service_Config::thr_mgr ()->spawn_n (n_threads, ACE_THR_FUNC (worker), |