Skip to content

Commit 9206f03

Browse files
authored
Revert "Add Archetype TypeInfo::type_name accessor (#980)"
This reverts commit 4833c2a.
1 parent ccb31bc commit 9206f03

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

crates/bevy_ecs/src/core/archetype.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -519,12 +519,6 @@ impl TypeInfo {
519519
pub(crate) unsafe fn drop(&self, data: *mut u8) {
520520
(self.drop)(data)
521521
}
522-
523-
#[allow(missing_docs)]
524-
#[inline]
525-
pub fn type_name(&self) -> &'static str {
526-
self.type_name
527-
}
528522
}
529523

530524
impl PartialOrd for TypeInfo {

0 commit comments

Comments
 (0)