Skip to content

Commit 39ca65d

Browse files
committed
forgot to remove these
1 parent 76621a0 commit 39ca65d

File tree

1 file changed

+0
-10
lines changed
  • crates/bevy_ecs/src/schedule

1 file changed

+0
-10
lines changed

crates/bevy_ecs/src/schedule/set.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@ pub trait SystemSet: DynHash + Debug + Send + Sync + 'static {
8585
fn is_base(&self) -> bool {
8686
false
8787
}
88-
89-
/// Returns the [`SystemSetId`] of the set.
90-
fn id(&self) -> SystemSetId {
91-
SystemSetId::of(self)
92-
}
93-
94-
/// Returns the [`SystemSetInfo`] for this set.
95-
fn info(&self) -> SystemSetInfo {
96-
SystemSetInfo::of(self)
97-
}
9888
}
9989

10090
/// A lightweight and printable identifier for a [`SystemSet`].

0 commit comments

Comments
 (0)