summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-14 15:57:18 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-14 15:57:18 +0000
commit993d17f24c0a4ecbdb26aafa50c6df1b6bf053b3 (patch)
tree3b4ac85fc1e672a06e9f0765633a0828ccef5441 /src
parent968bc2c919e9d951d21629c91c01bbc7c1435347 (diff)
downloademacs-993d17f24c0a4ecbdb26aafa50c6df1b6bf053b3.tar.gz
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/unexaix.c1
1 files changed, 0 insertions, 1 deletions
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;
}