From 85e3a07564fa347c8b801d35b6b7d6c1a917b775 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 29 Dec 2008 18:38:02 +0000 Subject: 2008-12-29 Samuel Thibault * manage-multithread.c (ports_manage_port_operations_multithread): Drop reset of thread_timeout and global_timeout to 0. --- libports/manage-multithread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libports/manage-multithread.c') diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c index 553a6444..6ec1e49f 100644 --- a/libports/manage-multithread.c +++ b/libports/manage-multithread.c @@ -157,8 +157,6 @@ ports_manage_port_operations_multithread (struct port_bucket *bucket, return 0; } - thread_timeout = global_timeout = 0; /* XXX */ - nreqthreads = 1; totalthreads = 1; thread_function (1); -- cgit v1.2.3