delete auto resource releasing facility

This commit is contained in:
Yuichi Nishiwaki 2013-12-03 08:16:53 -08:00
parent 7e69ae1878
commit 4d8ffa43c8
1 changed files with 0 additions and 4 deletions

View File

@ -501,10 +501,6 @@ gc_finalize_object(pic_state *pic, struct pic_object *obj)
break;
}
case PIC_TT_PORT: {
struct pic_port *port = (struct pic_port *)obj;
if (port->status == PIC_PORT_OPEN) {
fclose(port->file);
}
break;
}
case PIC_TT_ERROR: {