core: Remove make_lambda.

* mes.c (make_lambda): Remove.
This commit is contained in:
Jan Nieuwenhuizen 2016-12-23 18:10:31 +01:00
parent 10235efe7e
commit 8a4a3a4537
1 changed files with 0 additions and 6 deletions

6
mes.c
View File

@ -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)
{