]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 14 Sep 1997 15:57:18 +0000 (15:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 14 Sep 1997 15:57:18 +0000 (15:57 +0000)
src/unexaix.c

index 9fcdef808c8e31b16dedd75de594ee0b81de9abb..1243b65086555596cab5d06a47e2bd4825257b33 100644 (file)
@@ -311,7 +311,6 @@ unexec (new_name, a_name, data_start, bss_start, entry_address)
       )
     {
       close (new);
-      /* unlink (new_name);            /* Failed, unlink new a.out */
       return -1;       
     }