Skip to content

Commit 39fa474

Browse files
authored
Merge pull request #6239 from cakebaker/od_remove_field_print_width_block
od: remove `print_width_block` field of `OutputInfo`
2 parents 11c4259 + c9137a8 commit 39fa474

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)