From 563ca78774430293b3323fc882d3735b4219d556 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Thu, 1 Jul 2021 19:18:19 +0100 Subject: [PATCH] Updates --- crates/librqbit/src/file_ops.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/librqbit/src/file_ops.rs b/crates/librqbit/src/file_ops.rs index 6531d39..69aa1fb 100644 --- a/crates/librqbit/src/file_ops.rs +++ b/crates/librqbit/src/file_ops.rs @@ -25,7 +25,6 @@ pub struct InitialCheckResults { pub needed_bytes: u64, } -#[inline(never)] pub fn update_hash_from_file( 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,