lexenv: remove unused function from the compiler

This commit is contained in:
Daniel Kochmański 2025-03-21 13:34:00 +01:00
parent 75dcfaf705
commit eb6a64def9

View file

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