diff --git a/mach/mantra/int/em.c b/mach/mantra/int/em.c index 7a4f782a9..399d0b474 100644 --- a/mach/mantra/int/em.c +++ b/mach/mantra/int/em.c @@ -82,13 +82,6 @@ main(argc,argv) char **argv; { "%s has unresolved references, cannot run it\n",file); exit(-1); } - /* - if ( header.h_psize!=EM_PSIZE) { - fprintf(stderr, - "%s cannot be interpreted on this machine\n",file); - exit(-1); - } - */ if (tflg) flags[0] = tflg=='+' ? 't' : '-'; else diff --git a/mach/pdp/int/em.c b/mach/pdp/int/em.c index 7a4f782a9..399d0b474 100644 --- a/mach/pdp/int/em.c +++ b/mach/pdp/int/em.c @@ -82,13 +82,6 @@ main(argc,argv) char **argv; { "%s has unresolved references, cannot run it\n",file); exit(-1); } - /* - if ( header.h_psize!=EM_PSIZE) { - fprintf(stderr, - "%s cannot be interpreted on this machine\n",file); - exit(-1); - } - */ if (tflg) flags[0] = tflg=='+' ? 't' : '-'; else