Skip to content

Commit b0aff12

Browse files
alice-i-cecileItsDoot
authored andcommitted
Remove dead SystemLabelMarker struct (bevyengine#5190)
This struct had no internal use, docs, or intuitable external use. It has been removed.
1 parent abcf78a commit b0aff12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/bevy_ecs/src/schedule/system_descriptor.rs

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ pub trait IntoSystemDescriptor<Params> {
4646
fn into_descriptor(self) -> SystemDescriptor;
4747
}
4848

49-
pub struct SystemLabelMarker;
50-
5149
impl IntoSystemDescriptor<()> for ParallelSystemDescriptor {
5250
fn into_descriptor(self) -> SystemDescriptor {
5351
SystemDescriptor::Parallel(self)

0 commit comments

Comments
 (0)