summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pfinet/sched.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/pfinet/sched.c b/pfinet/sched.c
index a6edf5e0..1d0dfd5e 100644
--- a/pfinet/sched.c
+++ b/pfinet/sched.c
@@ -71,16 +71,6 @@ sock_wake_async (struct socket *sock, int how)
return 0;
}
-/* Record that we are doing a select. The table P is passed
- to the protocol-specific select routine and then echoed
- through to us. The WAIT_ADDRESS is what will be woken up
- when I/O becomes possible. */
-void
-select_wait (struct wait_queue **wait_address, select_table *p)
-{
- /* For now, do nothing. XXX */
- return;
-}
/* Set the contents of current appropriately for an RPC being undertaken
by USER. */