Remove debug statements from compiled and optimized setf-forms.

This commit is contained in:
Juan Jose Garcia Ripoll 2012-11-10 23:32:43 +01:00
parent 91dece26de
commit e51bc95e24

View file

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