From: Richard M. Stallman Date: Sun, 14 Sep 1997 15:57:18 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-20.1~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=993d17f24c0a4ecbdb26aafa50c6df1b6bf053b3;p=emacs.git Comment change. --- diff --git a/src/unexaix.c b/src/unexaix.c index 9fcdef808c8..1243b650865 100644 --- a/src/unexaix.c +++ b/src/unexaix.c @@ -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; }