diff options
| -rw-r--r-- | sys/src/libmach/executable.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/libmach/executable.c b/sys/src/libmach/executable.c index c5b2e652d..0cb47550d 100644 --- a/sys/src/libmach/executable.c +++ b/sys/src/libmach/executable.c @@ -739,9 +739,6 @@ elf32dotout(int fd, Fhdr *fp, ExecHdr *hp) } else if(ep->ident[DATA] == ELFDATA2MSB){ fp->type = FMIPS; fp->name = "mips be ELF32 executable"; - } else { - werrstr("bad ELF32 encoding - not big or little endian"); - return 0; } break; case SPARC64: |
