summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2008-02-21 05:11:56 +0100
committerMichael Brown2008-02-21 05:11:56 +0100
commitb87904ab204346c38fa8ceed765699ac18118c28 (patch)
tree115d6d60652ceeafdec7617dc7860c3c33052f80 /src/core/config.c
parentMake tarball generation quieter (diff)
downloadipxe-b87904ab204346c38fa8ceed765699ac18118c28.tar.gz
ipxe-b87904ab204346c38fa8ceed765699ac18118c28.tar.xz
ipxe-b87904ab204346c38fa8ceed765699ac18118c28.zip
Remove reference to COFF support. I can find no trace of ever having supported it.
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/config.c b/src/core/config.c
index 7e70c12a..d5accecf 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -125,9 +125,6 @@ REQUIRE_OBJECT ( elf64 );
#ifdef IMAGE_ELF
REQUIRE_OBJECT ( elf );
#endif
-#ifdef IMAGE_ELF
-REQUIRE_OBJECT ( coff );
-#endif
#ifdef IMAGE_FREEBSD
REQUIRE_OBJECT ( freebsd );
#endif