codedump.c: remove unnecessary condition.
`(irep->pool[b].tt & IREP_TT_NFLAG) == 0` is always true ensured by the assertion.
Showing
Please register or sign in to comment
`(irep->pool[b].tt & IREP_TT_NFLAG) == 0` is always true ensured by the assertion.