core: Remove make_lambda.
* mes.c (make_lambda): Remove.
This commit is contained in:
parent
10235efe7e
commit
8a4a3a4537
6
mes.c
6
mes.c
|
@ -1114,12 +1114,6 @@ mes_environment () ///((internal))
|
||||||
return mes_stack (a);
|
return mes_stack (a);
|
||||||
}
|
}
|
||||||
|
|
||||||
SCM
|
|
||||||
make_lambda (SCM args, SCM body)
|
|
||||||
{
|
|
||||||
return cons (cell_symbol_lambda, cons (args, body));
|
|
||||||
}
|
|
||||||
|
|
||||||
SCM
|
SCM
|
||||||
make_closure (SCM args, SCM body, SCM a)
|
make_closure (SCM args, SCM body, SCM a)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue