code clean-up

This commit is contained in:
hyunghwan.chung 2019-08-12 02:52:32 +00:00
parent 2cf12ade33
commit f33af85fbc

View File

@ -694,7 +694,7 @@ static moo_pfrc_t pf_call (moo_t* moo, moo_mod_t* mod, moo_ooi_t nargs)
goto ret_as_long; goto ret_as_long;
#else #else
moo_oop_t r; moo_oop_t r;
#if defined(USE_DYNCALL) #if defined(USE_DYNCALL)
r = moo_intmaxtoint(moo, dcCallLongLong(ffi->dc, f)); r = moo_intmaxtoint(moo, dcCallLongLong(ffi->dc, f));
#elif defined(USE_LIBFFI) #elif defined(USE_LIBFFI)
/* TODO: unsigned */ /* TODO: unsigned */
@ -705,13 +705,7 @@ static moo_pfrc_t pf_call (moo_t* moo, moo_mod_t* mod, moo_ooi_t nargs)
break; break;
#endif #endif
} }
#if 0
case 'B': /* byte array */
{
}
#endif
case FMTC_BCS: case FMTC_BCS:
{ {
moo_oop_t s; moo_oop_t s;