Skip to content

Commit c9137a8

Browse files
committed
od: remove print_width_block field of OutputInfo
1 parent 11c4259 commit c9137a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/uu/od/src/output_info.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ pub struct OutputInfo {
3838

3939
/// The number of bytes in a block. (This is the size of the largest datatype in `spaced_formatters`.)
4040
pub byte_size_block: usize,
41-
/// The width of a block in human readable format. (The size of the largest format.)
42-
pub print_width_block: usize,
4341
/// All formats.
4442
spaced_formatters: Vec<SpacedFormatterItemInfo>,
4543
/// determines if duplicate output lines should be printed, or
@@ -78,7 +76,6 @@ impl OutputInfo {
7876
byte_size_line: line_bytes,
7977
print_width_line,
8078
byte_size_block,
81-
print_width_block,
8279
spaced_formatters,
8380
output_duplicates,
8481
}

0 commit comments

Comments
 (0)