summaryrefslogtreecommitdiffstats
path: root/src/core/hw.c
diff options
context:
space:
mode:
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 64258b860..2cb912b19 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,