diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-04 03:12:32 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-04 03:12:32 +0000 |
commit | e8cf9d61a8a6f60afe3fb6d3b679215409162271 (patch) | |
tree | eb8518dc33dd91c3d7b8ab16504a3291faaa7c48 | |
parent | e2a8de58307d2d8779d3c7330c0620de4ef242fd (diff) | |
download | ATCD-e8cf9d61a8a6f60afe3fb6d3b679215409162271.tar.gz |
removed unused variable "result"
-rw-r--r-- | examples/Threads/thread_pool.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Threads/thread_pool.cpp b/examples/Threads/thread_pool.cpp index 53cd86d1105..2cf3a8c61a6 100644 --- a/examples/Threads/thread_pool.cpp +++ b/examples/Threads/thread_pool.cpp @@ -69,7 +69,6 @@ Thread_Pool::svc (void) // Note that the ACE_Task::svc_run () method automatically adds us to // the Thread_Manager when the thread begins. - int result = 0; int count = 1; // Keep looping, reading a message out of the queue, until we get a |