diff options
-rw-r--r-- | lib.c | 7 | ||||
-rw-r--r-- | lib.h | 1 |
2 files changed, 0 insertions, 8 deletions
@@ -748,13 +748,6 @@ val butlastn(val n, val list) return ldiff(list, tail); } -loc ltail(loc cons) -{ - while (cdr(deref(cons))) - cons = cdr_l(deref(cons)); - return cons; -} - val pop(val *plist) { val ret = car(*plist); @@ -543,7 +543,6 @@ val nthlast(val pos, val list); val nthcdr(val pos, val list); val nth(val pos, val list); val butlastn(val n, val list); -loc ltail(loc cons); val pop(val *plist); val upop(val *plist, val *pundo); val rcyc_pop(val *plist); |