Remove unused Av1BlockInter::drl_idx
field
#1347
Labels
good first issue
Good for newcomers
low priority
Issues that we would like to address at some point in the future
When removing unnecessary
#[repr(C)]
s (#1339),rustc
finds that theAv1BlockInter::drl_idx
field is completely unused. Thus, we can remove it, as well as dependent but also unused fields.The text was updated successfully, but these errors were encountered: