diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-24 19:36:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-24 19:36:49 +0000 |
commit | c7d2ebc71e84690d894abf13edf402ded1419acd (patch) | |
tree | 053dfb05de8248fceb7c3079a293c7aff0c868e4 /libports | |
parent | a162cfe766932edf1869a3dfb5c681dadefa72a8 (diff) |
(ports_interrupt_rpc): Really never mind.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/interrupt-rpcs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libports/interrupt-rpcs.c b/libports/interrupt-rpcs.c index 1420f8c3..0be2ffbe 100644 --- a/libports/interrupt-rpcs.c +++ b/libports/interrupt-rpcs.c @@ -27,7 +27,6 @@ ports_interrupt_rpc (void *portstruct) { struct port_info *pi = portstruct; struct rpc_info *rpc; - mach_port_t self = mach_thread_self (); mutex_lock (&_ports_lock); |