removed old comment
authorceriel <none@none>
Wed, 9 Aug 1989 16:38:12 +0000 (16:38 +0000)
committerceriel <none@none>
Wed, 9 Aug 1989 16:38:12 +0000 (16:38 +0000)
mach/mantra/int/em.c
mach/pdp/int/em.c

index 7a4f782..399d0b4 100644 (file)
@@ -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
index 7a4f782..399d0b4 100644 (file)
@@ -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