diff options
Diffstat (limited to 'rts/ThreadPaused.c')
-rw-r--r-- | rts/ThreadPaused.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/ThreadPaused.c b/rts/ThreadPaused.c index af37b53670..15339c40c7 100644 --- a/rts/ThreadPaused.c +++ b/rts/ThreadPaused.c @@ -382,11 +382,3 @@ end: tso->flags &= ~TSO_SQUEEZED; } } - -// Local Variables: -// mode: C -// fill-column: 80 -// indent-tabs-mode: nil -// c-basic-offset: 4 -// buffer-file-coding-system: utf-8-unix -// End: |