summaryrefslogtreecommitdiffstats
path: root/src/net/udp/dns.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/net/udp/dns.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/net/udp/dns.c')
-rw-r--r--src/net/udp/dns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/udp/dns.c b/src/net/udp/dns.c
index 0768d8ee1..76d5dd7a1 100644
--- a/src/net/udp/dns.c
+++ b/src/net/udp/dns.c
@@ -432,7 +432,6 @@ static void dns_xfer_close ( struct xfer_interface *socket, int rc ) {
static struct xfer_interface_operations dns_socket_operations = {
.close = dns_xfer_close,
.vredirect = xfer_vopen,
- .request = ignore_xfer_request,
.seek = ignore_xfer_seek,
.alloc_iob = default_xfer_alloc_iob,
.deliver_iob = xfer_deliver_as_raw,