diff options
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -111,13 +111,6 @@ val prot1(val *loc) return nil; /* for use in macros */ } -void rel1(val *loc) -{ - /* protect and release calls must nest. */ - if (*--gc_prot_top != loc) - abort(); -} - void protect(val *first, ...) { val *next = first; |