summaryrefslogtreecommitdiff
path: root/rts/ProfHeap.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ProfHeap.h')
-rw-r--r--rts/ProfHeap.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/ProfHeap.h b/rts/ProfHeap.h
index 4aa3bcd057..b3bed903b5 100644
--- a/rts/ProfHeap.h
+++ b/rts/ProfHeap.h
@@ -19,11 +19,3 @@ rtsBool strMatchesSelector (char* str, char* sel);
#include "EndPrivate.h"
#endif /* PROFHEAP_H */
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: