Skip to content

Commit 5acdf02

Browse files
authored
struct Rav1dFrameContextTaskThreadPendingTasks: remove unused code (#1452)
This seems to have been removed a long time ago in 8f78cfe, but we never realized that it was dead code since it was `pub`. The newly released Rust 1.89 warns about this, however, since it was never constructed either, and our `cargo +stable clippy -- -D warnings` CI step uses the latest stable.
2 parents 233e98a + 658f7d7 commit 5acdf02

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/internal.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -664,13 +664,6 @@ pub struct Rav1dFrameContextLf {
664664
pub restore_planes: LrRestorePlanes,
665665
}
666666

667-
#[derive(Default)]
668-
#[repr(C)]
669-
pub struct Rav1dFrameContextTaskThreadPendingTasks {
670-
pub head: Rav1dTaskIndex,
671-
pub tail: Rav1dTaskIndex,
672-
}
673-
674667
#[derive(Default)]
675668
#[repr(C)]
676669
pub(crate) struct Rav1dFrameContextTaskThread {

0 commit comments

Comments
 (0)