diff --git a/crates/bevy_ecs/src/schedule/system_container.rs b/crates/bevy_ecs/src/schedule/system_container.rs index 108e391d60..a82969a5d4 100644 --- a/crates/bevy_ecs/src/schedule/system_container.rs +++ b/crates/bevy_ecs/src/schedule/system_container.rs @@ -117,9 +117,6 @@ pub struct ParallelSystemContainer { ambiguity_sets: Vec, } -unsafe impl Send for ParallelSystemContainer {} -unsafe impl Sync for ParallelSystemContainer {} - impl ParallelSystemContainer { pub(crate) fn from_descriptor(descriptor: ParallelSystemDescriptor) -> Self { ParallelSystemContainer {