Remove unused SchemeNamespace type

This commit is contained in:
bjorn3
2026-02-06 22:05:42 +01:00
parent f334e760bb
commit 2f8a3b3d67
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use crate::{
memory::{allocate_p2frame, deallocate_p2frame, Enomem, Frame, RaiiFrame},
paging::{RmmA, RmmArch},
percpu::PercpuBlock,
scheme::{CallerCtx, FileHandle, SchemeId, SchemeNamespace},
scheme::{CallerCtx, FileHandle, SchemeId},
sync::CleanLockToken,
syscall::usercopy::UserSliceRw,
};