summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-30 06:31:03 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-30 06:31:03 +0000
commit525436a64019cc0a378606688f8155a1c53e1bf4 (patch)
treee82bac0d0a62303d4e2004db1e9e9e4afabddd59
parent1b34004667b0d1a6b1e2c7ab73f7433c08b0f08c (diff)
downloadATCD-525436a64019cc0a378606688f8155a1c53e1bf4.tar.gz
Removed a bad call.
-rw-r--r--apps/JAWS/PROTOTYPE/JAWS/Concurrency.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/JAWS/PROTOTYPE/JAWS/Concurrency.cpp b/apps/JAWS/PROTOTYPE/JAWS/Concurrency.cpp
index c34156c575a..611ccd7fb1a 100644
--- a/apps/JAWS/PROTOTYPE/JAWS/Concurrency.cpp
+++ b/apps/JAWS/PROTOTYPE/JAWS/Concurrency.cpp
@@ -146,7 +146,6 @@ JAWS_Concurrency_Base::svc_hook (JAWS_Data_Block *db)
// handler maintains the state of the protocol
task = handler->task ();
ts_db = handler->message_block ();
- handler->waiter_index (waiter_index);
// Use a NULL task to make the thread recycle now
if (task == 0)