Remove unused code
This commit is contained in:
parent
693ae9eb81
commit
ab7b7295ca
3 changed files with 2 additions and 10 deletions
|
|
@ -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())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue