Skip to content

Commit

Permalink
Removed unreferenced trait (bevyengine#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
YohDeadfall authored and rparrett committed Jan 27, 2021
1 parent 0fbbd87 commit 78d3b7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/bevy_ecs/src/system/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ where
}
}

pub trait ResourcesWriter: Send + Sync {
fn write(self: Box<Self>, resources: &mut Resources);
}

pub struct InsertResource<T: Resource> {
resource: T,
}
Expand Down

0 comments on commit 78d3b7c

Please sign in to comment.