diff options
| author | Richard M. Stallman | 1997-09-14 15:57:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-14 15:57:18 +0000 |
| commit | 993d17f24c0a4ecbdb26aafa50c6df1b6bf053b3 (patch) | |
| tree | 3b4ac85fc1e672a06e9f0765633a0828ccef5441 /src | |
| parent | 968bc2c919e9d951d21629c91c01bbc7c1435347 (diff) | |
| download | emacs-993d17f24c0a4ecbdb26aafa50c6df1b6bf053b3.tar.gz emacs-993d17f24c0a4ecbdb26aafa50c6df1b6bf053b3.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexaix.c | 1 |
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) | |||
| 311 | ) | 311 | ) |
| 312 | { | 312 | { |
| 313 | close (new); | 313 | close (new); |
| 314 | /* unlink (new_name); /* Failed, unlink new a.out */ | ||
| 315 | return -1; | 314 | return -1; |
| 316 | } | 315 | } |
| 317 | 316 | ||