From: ceriel Date: Wed, 9 Aug 1989 16:38:12 +0000 (+0000) Subject: removed old comment X-Git-Tag: release-5-5~2290 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8a096ffacbab4cf63774c660aefdcb7c11051106;p=ack.git removed old comment --- 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