From 8f149d5b934724aa1259fcfdc02bceb498513d69 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 19 Jun 1995 20:50:45 +0000 Subject: (fshelp_set_active): Don't frob obsolete innerlock. --- libfshelp/set-active.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libfshelp/set-active.c b/libfshelp/set-active.c index 1671d09a..af5dcc89 100644 --- a/libfshelp/set-active.c +++ b/libfshelp/set-active.c @@ -24,11 +24,9 @@ error_t fshelp_set_active (struct transbox *box, mach_port_t active) { - mutex_lock (&box->innerlock); /* cancellation point XXX */ if (box->active != MACH_PORT_NULL) mach_port_deallocate (mach_task_self (), box->active); box->active = active; - mutex_unlock (&box->innerlock); return 0; } -- cgit v1.2.3