Skip to content

Commit

Permalink
Remove resolved TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Nov 3, 2024
1 parent 2eed03b commit f497cc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/volume_mgr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,6 @@ where
// Need mutable access for this
match &mut data.open_volumes[volume_idx].volume_type {
VolumeType::Fat(fat) => {
// TODO: Move this into the FAT volume code
debug!("Making dir entry");
fat.make_dir(
&mut data.block_cache,
Expand Down

0 comments on commit f497cc2

Please sign in to comment.