summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib.c b/lib.c
index 7e579f41..cbf9cc2a 100644
--- a/lib.c
+++ b/lib.c
@@ -11146,8 +11146,6 @@ val copy(val seq)
}
}
-static val length_proper_list(val list);
-
val length(val seq)
{
switch (type(seq)) {