summaryrefslogtreecommitdiff
path: root/rts/StgCRun.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/StgCRun.c')
-rw-r--r--rts/StgCRun.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/StgCRun.c b/rts/StgCRun.c
index 244cdb428b..f649dbe9fb 100644
--- a/rts/StgCRun.c
+++ b/rts/StgCRun.c
@@ -815,11 +815,3 @@ StgRun(StgFunPtr f, StgRegTable *basereg) {
#endif
#endif /* !USE_MINIINTERPRETER */
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: