Skip to content

Commit 2c9bc0b

Browse files
Remove dead SystemLabelMarker struct (#5190)
This struct had no internal use, docs, or intuitable external use. It has been removed.
1 parent d38a8df commit 2c9bc0b

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)