From 8a4a3a4537da964ff1da22467ab182f7474e4b1c Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 23 Dec 2016 18:10:31 +0100 Subject: [PATCH] core: Remove make_lambda. * mes.c (make_lambda): Remove. --- mes.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mes.c b/mes.c index 0c0f12c3..ad2cd856 100644 --- a/mes.c +++ b/mes.c @@ -1114,12 +1114,6 @@ mes_environment () ///((internal)) return mes_stack (a); } -SCM -make_lambda (SCM args, SCM body) -{ - return cons (cell_symbol_lambda, cons (args, body)); -} - SCM make_closure (SCM args, SCM body, SCM a) {