summaryrefslogtreecommitdiffstats
path: root/src/core/posix_io.c
diff options
context:
space:
mode:
authorMichael Brown2007-07-08 03:10:54 +0200
committerMichael Brown2007-07-08 03:10:54 +0200
commitca4c6f9eee896ef70b676096131559dfd51970dc (patch)
tree5ee8d9d51cebf0ba9918aed78c6491e3d27849ac /src/core/posix_io.c
parentRe-added symtab to CLEANUP list (diff)
downloadipxe-ca4c6f9eee896ef70b676096131559dfd51970dc.tar.gz
ipxe-ca4c6f9eee896ef70b676096131559dfd51970dc.tar.xz
ipxe-ca4c6f9eee896ef70b676096131559dfd51970dc.zip
Kill off unused request() method in data-xfer interface.
Diffstat (limited to 'src/core/posix_io.c')
-rw-r--r--src/core/posix_io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/posix_io.c b/src/core/posix_io.c
index ca29ea69..03d440a6 100644
--- a/src/core/posix_io.c
+++ b/src/core/posix_io.c
@@ -159,7 +159,6 @@ posix_file_xfer_deliver_iob ( struct xfer_interface *xfer,
static struct xfer_interface_operations posix_file_xfer_operations = {
.close = posix_file_xfer_close,
.vredirect = xfer_vopen,
- .request = ignore_xfer_request,
.seek = posix_file_xfer_seek,
.alloc_iob = default_xfer_alloc_iob,
.deliver_iob = posix_file_xfer_deliver_iob,