summaryrefslogtreecommitdiff
path: root/rts/sm/Compact.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/sm/Compact.c')
-rw-r--r--rts/sm/Compact.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/sm/Compact.c b/rts/sm/Compact.c
index e430d97002..b07a886eab 100644
--- a/rts/sm/Compact.c
+++ b/rts/sm/Compact.c
@@ -1024,11 +1024,3 @@ compact(StgClosure *static_objects)
gen->n_old_blocks = blocks;
}
}
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: