Removed debug statement in error.d (FEundefined_function)

This commit is contained in:
Juan Jose Garcia Ripoll 2011-08-23 14:02:10 +02:00
parent 9b083e4d78
commit c1b98706fa

View file

@ -363,7 +363,6 @@ FEunbound_variable(cl_object sym)
void
FEundefined_function(cl_object fname)
{
cl_print(1,fname);
cl_error(3, @'undefined-function', @':name', fname);
}