From 42ba138efa6159e1d0387b8f3c7b3fb1a34721ad Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 17 Aug 2020 19:52:31 -0700 Subject: Remove unnecessary forward declarations. * lib.c (length_proper_list): Forward decl removed. * match.c (do_match_line): Likewise. --- lib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib.c') 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)) { -- cgit v1.2.3