summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/commands.c b/src/commands.c
index 3ff45ed3..49fa27de 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -495,13 +495,6 @@ fatal_error_signal (int sig)
remove_intermediates (1);
exit (EXIT_FAILURE);
#else /* not __MSDOS__ */
-#ifdef _AMIGA
- remove_intermediates (1);
- if (sig == SIGINT)
- fputs (_("*** Break.\n"), stderr);
-
- exit (10);
-#else /* not Amiga */
#ifdef WINDOWS32
extern HANDLE main_thread;
@@ -600,7 +593,6 @@ fatal_error_signal (int sig)
if (kill (make_pid (), sig) < 0)
pfatal_with_name ("kill");
#endif /* not WINDOWS32 */
-#endif /* not Amiga */
#endif /* not __MSDOS__ */
}