storage/driver-block: Remove id method from Disk trait

This commit is contained in:
bjorn3
2025-03-07 20:42:41 +01:00
parent 03329430b4
commit aacf09cef4
5 changed files with 0 additions and 17 deletions
-1
View File
@@ -54,7 +54,6 @@ pub fn block_read(
}
pub trait Disk {
fn id(&self) -> usize;
fn block_length(&mut self) -> syscall::error::Result<u32>;
fn size(&mut self) -> u64;