Skip to content

Commit 7cc5b86

Browse files
remove migration method
1 parent 17a8e7d commit 7cc5b86

File tree

1 file changed

+0
-7
lines changed
  • crates/bevy_ecs/src/world

1 file changed

+0
-7
lines changed

crates/bevy_ecs/src/world/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@ impl World {
115115
InteriorMutableWorld::new(self)
116116
}
117117

118-
/// Creates a new [`InteriorMutableWorld`] with read+write access from a [&World](World).
119-
/// This is only a temporary measure until every `&World` that is semantically a [`InteriorMutableWorld`]
120-
/// has been replaced.
121-
pub(crate) fn as_interior_mutable_migration_internal(&self) -> InteriorMutableWorld<'_> {
122-
InteriorMutableWorld::new(self)
123-
}
124-
125118
/// Retrieves this world's [Entities] collection
126119
#[inline]
127120
pub fn entities(&self) -> &Entities {

0 commit comments

Comments
 (0)