Remove unused code

This commit is contained in:
Joscha 2024-12-31 15:13:17 +01:00
parent 693ae9eb81
commit ab7b7295ca
3 changed files with 2 additions and 10 deletions

View file

@ -31,8 +31,6 @@ impl Link {
}
}
struct Store<'a, W>(&'a mut W);
fn write_u8(w: &mut impl Write, n: u8) -> io::Result<()> {
w.write_all(&n.to_le_bytes())
}