chore(linker): remove todo

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2024-12-31 15:26:23 +11:00
parent c25292ae21
commit 60f700fb50
-1
View File
@@ -48,7 +48,6 @@ use super::{
// by the dynamic linker's and was freed by the program.
// do better errors than just goblin::Error::Malformed
// TODO: rwlock?
static GLOBAL_SCOPE: RwLock<Scope> = RwLock::new(Scope::global());
/// Same as [`crate::fs::File`], but does not touch [`crate::platform::ERRNO`] as the dynamic