summaryrefslogtreecommitdiff
path: root/tests/Priority_Buffer_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-30 19:32:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-30 19:32:42 +0000
commit3ba37cd2ee31fab525d8c7181d000e4558845c10 (patch)
treea5f7df2c92c6559d1d97ae740e6ec283553fceaa /tests/Priority_Buffer_Test.cpp
parent1fed1a25ab92c6bb2c29bfd32c3cb2ce418b702e (diff)
downloadATCD-3ba37cd2ee31fab525d8c7181d000e4558845c10.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Priority_Buffer_Test.cpp')
-rw-r--r--tests/Priority_Buffer_Test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Priority_Buffer_Test.cpp b/tests/Priority_Buffer_Test.cpp
index 50bf7cb1e2e..82afc79cc93 100644
--- a/tests/Priority_Buffer_Test.cpp
+++ b/tests/Priority_Buffer_Test.cpp
@@ -19,7 +19,6 @@
//
// ============================================================================
-
#include "ace/Message_Queue.h"
#include "ace/Service_Config.h"
#include "test_config.h"
@@ -89,7 +88,6 @@ producer (void *args)
ACE_Message_Queue<ACE_MT_SYNCH> *msg_queue = (ACE_Message_Queue<ACE_MT_SYNCH> *) args;
// Insert thread into thr_mgr.
- ACE_Thread_Control thread_control (ACE_Thread_Manager::instance ());
ACE_NEW_THREAD;
ACE_Message_Block *mb = 0;
@@ -124,8 +122,6 @@ producer (void *args)
// the size of the lines!).
consumer (msg_queue);
- // The destructor of ACE_Thread_Control removes the exiting thread
- // from the thr_mgr automatically.
return 0;
}