summaryrefslogtreecommitdiff
path: root/libfshelp/fetch-control.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-19 20:54:30 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-19 20:54:30 +0000
commit421cc3aba9d83f4862b73f5a6c917e857bd994a3 (patch)
treebdbb0458abed04171db96d6c2bd57c7de0e057fe /libfshelp/fetch-control.c
parent6ee6a0e7575e37aa04500bd5b53d08170bb02759 (diff)
(fshelp_fetch_control): Don't frob obsolete innerlock.
Diffstat (limited to 'libfshelp/fetch-control.c')
-rw-r--r--libfshelp/fetch-control.c2
1 files changed, 0 insertions, 2 deletions
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;
}