summaryrefslogtreecommitdiff
path: root/rts/CheckUnload.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/CheckUnload.c')
-rw-r--r--rts/CheckUnload.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/CheckUnload.c b/rts/CheckUnload.c
index 170e8861f0..98f184b84c 100644
--- a/rts/CheckUnload.c
+++ b/rts/CheckUnload.c
@@ -318,11 +318,3 @@ void checkUnload (StgClosure *static_objects)
freeHashTable(addrs, NULL);
}
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: