summaryrefslogtreecommitdiff
path: root/rts/sm/Compact.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/sm/Compact.h')
-rw-r--r--rts/sm/Compact.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/sm/Compact.h b/rts/sm/Compact.h
index 306138415a..1ec915f49a 100644
--- a/rts/sm/Compact.h
+++ b/rts/sm/Compact.h
@@ -51,11 +51,3 @@ void compact (StgClosure *static_objects);
#include "EndPrivate.h"
#endif /* SM_COMPACT_H */
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: