deleted a redundant line

This commit is contained in:
hyunghwan.chung 2018-02-01 09:32:32 +00:00
parent 92413034f6
commit 5bf17bf205

View File

@ -169,7 +169,6 @@ static moo_pfrc_t __pf_puts (moo_t* moo, moo_ooi_t nargs, moo_oow_t limit)
puts_string:
if (fwrite (x->slot, 1, MOO_OBJ_GET_SIZE(x), stdio->fp) < MOO_OBJ_GET_SIZE(x))
{
moo_seterrnum (moo, moo_syserr_to_errnum(errno));
moo_seterrnum (moo, moo_syserr_to_errnum(errno));
goto softfail;
}