libmach: remove useless error check from previous commit
This commit is contained in:
parent
7844dafe62
commit
8e78804fc0
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue