Skip to content

Remove unused Av1BlockInter::drl_idx field #1347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kkysen opened this issue Sep 9, 2024 · 0 comments
Open

Remove unused Av1BlockInter::drl_idx field #1347

kkysen opened this issue Sep 9, 2024 · 0 comments
Labels
good first issue Good for newcomers low priority Issues that we would like to address at some point in the future

Comments

@kkysen
Copy link
Collaborator

kkysen commented Sep 9, 2024

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.

@kkysen kkysen added good first issue Good for newcomers low priority Issues that we would like to address at some point in the future labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers low priority Issues that we would like to address at some point in the future
Projects
None yet
Development

No branches or pull requests

1 participant