removed old comment

This commit is contained in:
ceriel 1989-08-09 16:38:12 +00:00
parent 5b23cab8e9
commit 8a096ffacb
2 changed files with 0 additions and 14 deletions

View file

@ -82,13 +82,6 @@ main(argc,argv) char **argv; {
"%s has unresolved references, cannot run it\n",file); "%s has unresolved references, cannot run it\n",file);
exit(-1); exit(-1);
} }
/*
if ( header.h_psize!=EM_PSIZE) {
fprintf(stderr,
"%s cannot be interpreted on this machine\n",file);
exit(-1);
}
*/
if (tflg) if (tflg)
flags[0] = tflg=='+' ? 't' : '-'; flags[0] = tflg=='+' ? 't' : '-';
else else

View file

@ -82,13 +82,6 @@ main(argc,argv) char **argv; {
"%s has unresolved references, cannot run it\n",file); "%s has unresolved references, cannot run it\n",file);
exit(-1); exit(-1);
} }
/*
if ( header.h_psize!=EM_PSIZE) {
fprintf(stderr,
"%s cannot be interpreted on this machine\n",file);
exit(-1);
}
*/
if (tflg) if (tflg)
flags[0] = tflg=='+' ? 't' : '-'; flags[0] = tflg=='+' ? 't' : '-';
else else