Skip to content

Commit

Permalink
Remove dead SystemLabelMarker struct (bevyengine#5190)
Browse files Browse the repository at this point in the history
This struct had no internal use, docs, or intuitable external use.

It has been removed.
  • Loading branch information
alice-i-cecile authored and inodentry committed Aug 8, 2022
1 parent 807db52 commit d8c2dad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_ecs/src/schedule/system_descriptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ pub trait IntoSystemDescriptor<Params> {
fn into_descriptor(self) -> SystemDescriptor;
}

pub struct SystemLabelMarker;

impl IntoSystemDescriptor<()> for ParallelSystemDescriptor {
fn into_descriptor(self) -> SystemDescriptor {
SystemDescriptor::Parallel(self)
Expand Down

0 comments on commit d8c2dad

Please sign in to comment.