summaryrefslogtreecommitdiff
path: root/examples/Threads/thread_pool.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-04 03:12:32 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-04 03:12:32 +0000
commite8cf9d61a8a6f60afe3fb6d3b679215409162271 (patch)
treeeb8518dc33dd91c3d7b8ab16504a3291faaa7c48 /examples/Threads/thread_pool.cpp
parente2a8de58307d2d8779d3c7330c0620de4ef242fd (diff)
downloadATCD-e8cf9d61a8a6f60afe3fb6d3b679215409162271.tar.gz
removed unused variable "result"
Diffstat (limited to 'examples/Threads/thread_pool.cpp')
-rw-r--r--examples/Threads/thread_pool.cpp1
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