diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 20:54:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-19 20:54:30 +0000 |
commit | 421cc3aba9d83f4862b73f5a6c917e857bd994a3 (patch) | |
tree | bdbb0458abed04171db96d6c2bd57c7de0e057fe /libfshelp | |
parent | 6ee6a0e7575e37aa04500bd5b53d08170bb02759 (diff) |
(fshelp_fetch_control): Don't frob obsolete innerlock.
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/fetch-control.c | 2 |
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; } |