summaryrefslogtreecommitdiff
path: root/rts/posix/Signals.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/posix/Signals.h')
-rw-r--r--rts/posix/Signals.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/posix/Signals.h b/rts/posix/Signals.h
index 9500fceeb4..3100d39537 100644
--- a/rts/posix/Signals.h
+++ b/rts/posix/Signals.h
@@ -31,11 +31,3 @@ extern StgInt *signal_handlers;
#include "EndPrivate.h"
#endif /* POSIX_SIGNALS_H */
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: