Skip to content

Commit

Permalink
Remove unused character_table field
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored and David Peter committed Dec 11, 2023
1 parent 2bab0c7 commit a78c00b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ pub struct Printer<'a, Writer: Write> {
base_digits: u8,
/// Whether to show groups in little or big endian format.
endianness: Endianness,
/// The character table to reference for the character panel.
character_table: CharacterTable,
}

impl<'a, Writer: Write> Printer<'a, Writer> {
Expand Down Expand Up @@ -334,7 +332,6 @@ impl<'a, Writer: Write> Printer<'a, Writer> {
Base::Hexadecimal => 2,
},
endianness,
character_table,
}
}

Expand Down

0 comments on commit a78c00b

Please sign in to comment.