summaryrefslogtreecommitdiff
path: root/ACE/tests/Recursive_Condition_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2010-02-22 14:48:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2010-02-22 14:48:31 +0000
commit3c8147a0a47675a75f3dec7beca6dceef3379162 (patch)
treecb6debbcc2c8a71b467ecf687b71b3f154e29f46 /ACE/tests/Recursive_Condition_Test.cpp
parent64e8332f75090ad77a47d13e9ae457232b8749eb (diff)
downloadATCD-3c8147a0a47675a75f3dec7beca6dceef3379162.tar.gz
ChangeLogTag:Mon
Diffstat (limited to 'ACE/tests/Recursive_Condition_Test.cpp')
-rw-r--r--ACE/tests/Recursive_Condition_Test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/tests/Recursive_Condition_Test.cpp b/ACE/tests/Recursive_Condition_Test.cpp
index e0e97c2b33c..63360905348 100644
--- a/ACE/tests/Recursive_Condition_Test.cpp
+++ b/ACE/tests/Recursive_Condition_Test.cpp
@@ -11,8 +11,7 @@
// = DESCRIPTION
// This test program validates the functionality of the
// ACE_Condition<ACE_Recursive_Thread_Mutex> template
-// specialization when combined with the
-// ACE_Thread_Timer_Queue_Adapter on Win32 and Posix pthreads.
+// specialization.
//
// = AUTHOR
// Stephen Howard <stephen.e.howard@lmco.com> and
@@ -248,7 +247,6 @@ run_main (int, ACE_TCHAR *[])
ACE_START_TEST (ACE_TEXT ("Recursive_Condition_Test"));
#if defined (ACE_HAS_THREADS)
-
int status = 0;
/* Test 1 - Simple test */