summaryrefslogtreecommitdiff
path: root/rts/ThreadPaused.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ThreadPaused.h')
-rw-r--r--rts/ThreadPaused.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/ThreadPaused.h b/rts/ThreadPaused.h
index 16cca35fea..197b8d3257 100644
--- a/rts/ThreadPaused.h
+++ b/rts/ThreadPaused.h
@@ -12,11 +12,3 @@
RTS_PRIVATE void threadPaused ( Capability *cap, StgTSO * );
#endif /* THREADPAUSED_H */
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: