summaryrefslogtreecommitdiff
path: root/rts/Interpreter.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Interpreter.c')
-rw-r--r--rts/Interpreter.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/Interpreter.c b/rts/Interpreter.c
index f3a5c783cd..f4fe816d28 100644
--- a/rts/Interpreter.c
+++ b/rts/Interpreter.c
@@ -1516,11 +1516,3 @@ run_BCO:
barf("interpretBCO: fell off end of the interpreter");
}
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: