Skip to content

Commit 5baffa3

Browse files
committed
ondisk: Clean up comments in DirectoryAdditionalInfo.
1 parent 9274bbf commit 5baffa3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/ondisk.rs

-10
Original file line numberDiff line numberDiff line change
@@ -592,16 +592,6 @@ impl DirectoryAdditionalInfo {
592592
result.set_spi_block_size_checked(value)?;
593593
Ok(result)
594594
}
595-
/*
596-
pub fn with_spi_block_size(
597-
&mut self,
598-
value: u16,
599-
) -> Self {
600-
let mut result = *self;
601-
result.set_spi_block_size_checked(value).unwrap(); // FIXME
602-
result
603-
}
604-
*/
605595
pub fn spi_block_size_or_err(
606596
&self,
607597
) -> core::result::Result<

0 commit comments

Comments
 (0)