Remove unused statement.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-05-20 22:43:54 +02:00
parent 6f6868019a
commit 005d901521

View file

@ -190,7 +190,6 @@ ecl_alloc_object(cl_type t)
ecl_enable_interrupts_env(the_env);
obj->d.t = t;
return obj;
break;
}
default:
printf("\ttype = %d\n", t);