mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 15:22:03 -08:00
Remove debug statements from compiled and optimized setf-forms.
This commit is contained in:
parent
91dece26de
commit
e51bc95e24
1 changed files with 0 additions and 3 deletions
|
|
@ -235,9 +235,6 @@
|
|||
cl_object f1 = ecl_fdefinition(setf_form);
|
||||
cl_object f2 = ECL_CONS_CAR(setf_vv);
|
||||
if (f1 != f2) {
|
||||
cl_print(1,f1);
|
||||
cl_print(1,f2);
|
||||
cl_print(1,setf_form);
|
||||
FEundefined_function(setf_form);
|
||||
}
|
||||
return f2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue