File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -304,11 +304,6 @@ pub(crate) struct TaskThreadDataDelayedFg {
304
304
pub grain : Grain ,
305
305
}
306
306
307
- // TODO(SJC): Remove when TaskThreadDataDelayedFg is thread-safe
308
- unsafe impl Send for TaskThreadDataDelayedFg { }
309
- // TODO(SJC): Remove when TaskThreadDataDelayedFg is thread-safe
310
- unsafe impl Sync for TaskThreadDataDelayedFg { }
311
-
312
307
#[ derive( Default ) ]
313
308
#[ repr( C ) ]
314
309
pub ( crate ) struct TaskThreadData {
@@ -436,11 +431,6 @@ pub struct Rav1dContext {
436
431
pub ( crate ) picture_pool : Arc < MemPool < u8 > > ,
437
432
}
438
433
439
- // TODO(SJC): Remove when Rav1dContext is thread-safe
440
- unsafe impl Send for Rav1dContext { }
441
- // TODO(SJC): Remove when Rav1dContext is thread-safe
442
- unsafe impl Sync for Rav1dContext { }
443
-
444
434
#[ derive( Default ) ]
445
435
#[ repr( C ) ]
446
436
pub struct Rav1dTask {
You can’t perform that action at this time.
0 commit comments