summaryrefslogtreecommitdiff
path: root/rts/Threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Threads.h')
-rw-r--r--rts/Threads.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/Threads.h b/rts/Threads.h
index a1ff0803c4..6d26610334 100644
--- a/rts/Threads.h
+++ b/rts/Threads.h
@@ -52,11 +52,3 @@ void printThreadQueue (StgTSO *t);
#include "EndPrivate.h"
#endif /* THREADS_H */
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: