mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
lexenv: remove unused function from the compiler
This commit is contained in:
parent
75dcfaf705
commit
eb6a64def9
1 changed files with 0 additions and 5 deletions
|
|
@ -398,11 +398,6 @@ c_register_captured(cl_env_ptr env, cl_object c)
|
|||
return (n < 0) ? asm_captured(env, c) : n;
|
||||
}
|
||||
|
||||
static void
|
||||
asm_arg_flex(cl_env_ptr env, cl_object o) {
|
||||
asm_arg(env, c_register_captured(env, o));
|
||||
}
|
||||
|
||||
/*
|
||||
* Note: the following should match the definitions in cmp/cmpenv.lsp, as
|
||||
* well as CMP-ENV-REGISTER-MACROLET (lsp/defmacro.lsp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue