summaryrefslogtreecommitdiffstats
path: root/src/proto/igmp.c
diff options
context:
space:
mode:
authorMichael Brown2007-07-14 16:42:26 +0200
committerMichael Brown2007-07-14 16:42:26 +0200
commite330db3c749c3ee638e8d652c5c3ae08c13af8e5 (patch)
treea69cefca27d7abe7863b87cb765ab55e26bd0fc5 /src/proto/igmp.c
parentBe more aggressive in attempts to enable A20, now that we have the (diff)
downloadipxe-e330db3c749c3ee638e8d652c5c3ae08c13af8e5.tar.gz
ipxe-e330db3c749c3ee638e8d652c5c3ae08c13af8e5.tar.xz
ipxe-e330db3c749c3ee638e8d652c5c3ae08c13af8e5.zip
Dead code removal.
Kill off use of etherboot.h outside drivers/net.
Diffstat (limited to 'src/proto/igmp.c')
-rw-r--r--src/proto/igmp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/proto/igmp.c b/src/proto/igmp.c
index d61f6c4b1..ef1ff714d 100644
--- a/src/proto/igmp.c
+++ b/src/proto/igmp.c
@@ -5,9 +5,8 @@
#include <ip.h>
#include <igmp.h>
-#include <background.h>
-#include <nic.h>
-#include <etherboot.h>
+
+#if 0
static unsigned long last_igmpv1 = 0;
static struct igmptable_t igmptable[MAX_IGMP];
@@ -164,3 +163,5 @@ void join_group ( int slot, unsigned long group ) {
igmptable[slot].time = currticks();
}
}
+
+#endif