summaryrefslogtreecommitdiff
path: root/rts/ProfHeap.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r--rts/ProfHeap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c
index 5b7cf30231..9079c2be60 100644
--- a/rts/ProfHeap.c
+++ b/rts/ProfHeap.c
@@ -1148,11 +1148,3 @@ void heapCensus (Time t)
#endif
}
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: