Remove the lazy_static dependency

This commit is contained in:
Qingsong Chen
2024-11-28 05:53:22 +00:00
committed by Tate, Hongliang Tian
parent 5313689d6f
commit f762eb8913
13 changed files with 48 additions and 59 deletions

View File

@ -47,8 +47,6 @@ macro_rules! current_thread {
};
}
pub(crate) use lazy_static::lazy_static;
pub(crate) use crate::{
context::{Context, CurrentUserSpace, ReadCString},
current, current_thread,