Remove unnecessary profiling scope

This commit is contained in:
Emil Ernerfeldt 2025-01-28 19:50:05 +01:00
parent 93d2144294
commit 37c564be2c
1 changed files with 0 additions and 1 deletions

View File

@ -3505,7 +3505,6 @@ impl Context {
/// The loaders of bytes, images, and textures.
pub fn loaders(&self) -> Arc<Loaders> {
profiling::function_scope!();
self.read(|this| this.loaders.clone())
}
}