Skip to content

Commit

Permalink
Test function removed
Browse files Browse the repository at this point in the history
  • Loading branch information
malandrakisgeo authored Sep 8, 2023
1 parent f3331e0 commit 30253aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kernel/src/filesystem/fat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ impl FatDriver {
DISK.read(target, lba, sectors);
}
}
pub fn testf(&mut self) -> i32 {
return 0;
}

//list each entry in root direcotry
//TODO: add other info like creation_date ecc
pub fn list_entries(&self) {
Expand Down

0 comments on commit 30253aa

Please sign in to comment.