This commit is contained in:
Igor Katson 2021-07-01 19:18:19 +01:00
parent 5942e6a9d5
commit 563ca78774

View file

@ -25,7 +25,6 @@ pub struct InitialCheckResults {
pub needed_bytes: u64,
}
#[inline(never)]
pub fn update_hash_from_file<Sha1: ISha1>(
file: &mut File,
hash: &mut Sha1,
@ -219,7 +218,6 @@ impl<'a, Sha1Impl: ISha1> FileOps<'a, Sha1Impl> {
})
}
#[inline(never)]
pub fn check_piece(
&self,
who_sent: PeerHandle,