libmach: remove useless error check from previous commit

front
mischief 2015-08-05 06:30:57 -07:00
parent 7844dafe62
commit 8e78804fc0
1 changed files with 0 additions and 3 deletions

View File

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