mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-09 06:30:32 -07:00
Remove unused statement.
This commit is contained in:
parent
6f6868019a
commit
005d901521
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue