Open kkysen opened 2 months ago
When removing unnecessary #[repr(C)]s (#1339), rustc finds that the Av1BlockInter::drl_idx field is completely unused. Thus, we can remove it, as well as dependent but also unused fields.
#[repr(C)]
rustc
Av1BlockInter::drl_idx
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.