mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 14:10:19 +00:00
Remove dead SystemLabelMarker
struct (#5190)
This struct had no internal use, docs, or intuitable external use. It has been removed.
This commit is contained in:
parent
d38a8dfdd7
commit
2c9bc0b31f
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ pub trait IntoSystemDescriptor<Params> {
|
||||||
fn into_descriptor(self) -> SystemDescriptor;
|
fn into_descriptor(self) -> SystemDescriptor;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct SystemLabelMarker;
|
|
||||||
|
|
||||||
impl IntoSystemDescriptor<()> for ParallelSystemDescriptor {
|
impl IntoSystemDescriptor<()> for ParallelSystemDescriptor {
|
||||||
fn into_descriptor(self) -> SystemDescriptor {
|
fn into_descriptor(self) -> SystemDescriptor {
|
||||||
SystemDescriptor::Parallel(self)
|
SystemDescriptor::Parallel(self)
|
||||||
|
|
Loading…
Reference in a new issue