We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11c4259 + c9137a8 commit 39fa474Copy full SHA for 39fa474
src/uu/od/src/output_info.rs
@@ -38,8 +38,6 @@ pub struct OutputInfo {
38
39
/// The number of bytes in a block. (This is the size of the largest datatype in `spaced_formatters`.)
40
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,
43
/// All formats.
44
spaced_formatters: Vec<SpacedFormatterItemInfo>,
45
/// determines if duplicate output lines should be printed, or
@@ -78,7 +76,6 @@ impl OutputInfo {
78
76
byte_size_line: line_bytes,
79
77
print_width_line,
80
byte_size_block,
81
- print_width_block,
82
spaced_formatters,
83
output_duplicates,
84
}
0 commit comments