summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMarty Connor2006-06-29 20:07:02 +0200
committerMarty Connor2006-06-29 20:07:02 +0200
commite8cc1c433323d20b4a187a4fc91ade99d1ccd09f (patch)
tree5e57f689892a677c462e2172164ede080bad8eb8 /src/core/main.c
parentAdded bin/.blib.list to VERYCLEANUP so .bin directory is made empty (diff)
downloadipxe-e8cc1c433323d20b4a187a4fc91ade99d1ccd09f.tar.gz
ipxe-e8cc1c433323d20b4a187a4fc91ade99d1ccd09f.tar.xz
ipxe-e8cc1c433323d20b4a187a4fc91ade99d1ccd09f.zip
Removed vestigal FILO code
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/main.c b/src/core/main.c
index e2b6ae82..2f76cc27 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -31,10 +31,6 @@ Literature dealing with the network protocols:
#include <gpxe/heap.h>
#include <gpxe/netdevice.h>
-#ifdef CONFIG_FILO
-#include <lib.h>
-#endif
-
/* Linker symbols */
extern char _bss[], _ebss[];