diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-30 19:32:42 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-30 19:32:42 +0000 |
commit | 3ba37cd2ee31fab525d8c7181d000e4558845c10 (patch) | |
tree | a5f7df2c92c6559d1d97ae740e6ec283553fceaa /performance-tests/Synch-Benchmarks/pipe_thr_test.cpp | |
parent | 1fed1a25ab92c6bb2c29bfd32c3cb2ce418b702e (diff) | |
download | ATCD-3ba37cd2ee31fab525d8c7181d000e4558845c10.tar.gz |
*** empty log message ***
Diffstat (limited to 'performance-tests/Synch-Benchmarks/pipe_thr_test.cpp')
-rw-r--r-- | performance-tests/Synch-Benchmarks/pipe_thr_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp index 4e75ebfc0dd..ff067b41532 100644 --- a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp +++ b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp @@ -22,8 +22,6 @@ private: void * Pipe_Thr_Test::reader (Pipe_Thr_Test *t) { - ACE_Thread_Control tc (ACE_Thread_Manager::instance ()); - ACE_HANDLE handle = t->pipe_handles[0]; int ni = t->thr_id (); size_t length = options.msg_size (); |