From 421cc3aba9d83f4862b73f5a6c917e857bd994a3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 19 Jun 1995 20:54:30 +0000 Subject: (fshelp_fetch_control): Don't frob obsolete innerlock. --- libfshelp/fetch-control.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libfshelp/fetch-control.c') diff --git a/libfshelp/fetch-control.c b/libfshelp/fetch-control.c index 72bad1e3..32b28ddf 100644 --- a/libfshelp/fetch-control.c +++ b/libfshelp/fetch-control.c @@ -24,9 +24,7 @@ error_t fshelp_fetch_control (struct transbox *box, mach_port_t *control) { - mutex_lock (&box->innerlock); /* cancellation point XXX */ *control = box->active; mach_port_mod_refs (mach_task_self (), *control, MACH_PORT_RIGHT_SEND, 1); - mutex_unlock (&box->innerlock); return 0; } -- cgit v1.2.3