summaryrefslogtreecommitdiffstats
path: root/src/core/hw.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/hw.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/hw.c')
-rw-r--r--src/core/hw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hw.c b/src/core/hw.c
index 64258b86..2cb912b1 100644
--- a/src/core/hw.c
+++ b/src/core/hw.c
@@ -36,7 +36,6 @@ static void hw_xfer_close ( struct xfer_interface *xfer, int rc ) {
static struct xfer_interface_operations hw_xfer_operations = {
.close = hw_xfer_close,
.vredirect = ignore_xfer_vredirect,
- .request = ignore_xfer_request,
.seek = ignore_xfer_seek,
.deliver_iob = xfer_deliver_as_raw,
.deliver_raw = ignore_xfer_deliver_raw,