memorysafety / rav1d

An AV1 decoder in Rust.
BSD 2-Clause "Simplified" License
346 stars 22 forks source link

Remove unused `Av1BlockInter::drl_idx` field #1347

Open kkysen opened 2 months ago

kkysen commented 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.