Remove nonexisted import.

This commit is contained in:
4lDO2
2025-02-16 19:10:39 +01:00
parent ce77a018ec
commit db5931504d
+1 -1
View File
@@ -17,7 +17,7 @@ pub use self::{fs::*, futex::futex, privilege::*, process::*, time::*, usercopy:
use self::{
data::{Map, TimeSpec},
error::{Error, Result, ENOSYS, EOVERFLOW},
flag::{EventFlags, MapFlags, WaitFlags},
flag::{EventFlags, MapFlags},
number::*,
usercopy::UserSlice,
};