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 ItsDoot committed Feb 1, 2023
1 parent abcf78a commit b0aff12
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 b0aff12

Please sign in to comment.