Remove unnecessary profiling scope
This commit is contained in:
parent
93d2144294
commit
37c564be2c
|
|
@ -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())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue