Skip to content

Commit f497cc2

Browse files
committed
Remove resolved TODO
1 parent 2eed03b commit f497cc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/volume_mgr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,6 @@ where
10701070
// Need mutable access for this
10711071
match &mut data.open_volumes[volume_idx].volume_type {
10721072
VolumeType::Fat(fat) => {
1073-
// TODO: Move this into the FAT volume code
10741073
debug!("Making dir entry");
10751074
fat.make_dir(
10761075
&mut data.block_cache,

0 commit comments

Comments
 (0)