Kill off unused request() method in data-xfer interface.

This commit is contained in:
Michael Brown
2007-07-08 02:10:54 +01:00
parent e5d8ede978
commit ca4c6f9eee
14 changed files with 0 additions and 73 deletions

View File

@@ -414,7 +414,6 @@ static int udp_xfer_deliver_iob ( struct xfer_interface *xfer,
static struct xfer_interface_operations udp_xfer_operations = {
.close = udp_xfer_close,
.vredirect = ignore_xfer_vredirect,
.request = ignore_xfer_request,
.seek = ignore_xfer_seek,
.alloc_iob = udp_alloc_iob,
.deliver_iob = udp_xfer_deliver_iob,