diff options
Diffstat (limited to 'rts/hooks/OutOfHeap.c')
-rw-r--r-- | rts/hooks/OutOfHeap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/hooks/OutOfHeap.c b/rts/hooks/OutOfHeap.c index 8998b4d176..ec4697b547 100644 --- a/rts/hooks/OutOfHeap.c +++ b/rts/hooks/OutOfHeap.c @@ -22,11 +22,3 @@ OutOfHeapHook (W_ request_size, W_ heap_size) /* both sizes in bytes */ } } - -// Local Variables: -// mode: C -// fill-column: 80 -// indent-tabs-mode: nil -// c-basic-offset: 4 -// buffer-file-coding-system: utf-8-unix -// End: |