diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-19 08:40:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-19 08:40:18 +0000 |
commit | c5b0652fcc661c335d0c8a565259d3188de1e8e2 (patch) | |
tree | 89c8f7ab139d4de24f3c40da4f33417be5a2f4f4 /libdiskfs | |
parent | 14e2e71bb87768806969c95b5b5ba8e6b450d8f5 (diff) |
(diskfs_S_io_select): Remove cruft left from before last change.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/io-select.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdiskfs/io-select.c b/libdiskfs/io-select.c index e29e2a67..c978ffa8 100644 --- a/libdiskfs/io-select.c +++ b/libdiskfs/io-select.c @@ -36,8 +36,6 @@ diskfs_S_io_select (struct protid *cred, return EBADF; } mutex_unlock (&cred->po->np->lock); - /* Select is always possible. */ - mach_port_deallocate (mach_task_self (), port); *type &= ~SELECT_URG; return 0; } |