Remove reference to COFF support. I can find no trace of ever having supported it.

This commit is contained in:
Michael Brown
2008-02-21 04:11:56 +00:00
parent e6ff84b2d1
commit b87904ab20
2 changed files with 0 additions and 4 deletions

View File

@@ -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