Skip to content

Commit 5ce7cbe

Browse files
remove migration method
1 parent 91ef673 commit 5ce7cbe

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
@@ -116,13 +116,6 @@ impl World {
116116
InteriorMutableWorld::new(self)
117117
}
118118

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

0 commit comments

Comments
 (0)