mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 09:23:25 +00:00
Remove the lazy_static
dependency
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5313689d6f
commit
f762eb8913
@ -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,
|
||||
|
Reference in New Issue
Block a user