diff options
Diffstat (limited to 'libguile/gc.c')
-rw-r--r-- | libguile/gc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libguile/gc.c b/libguile/gc.c index 8f65d683a..0a12ca7bf 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -641,9 +641,3 @@ scm_gc_sweep (void) fprintf (stderr, "%s: doing nothing\n", FUNC_NAME); } #undef FUNC_NAME - -/* - Local Variables: - c-file-style: "gnu" - End: -*/ |