diff options
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 | ||