Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
style: remove #[inline] of flush_background
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Jul 4, 2023
1 parent 39234ba commit 0db0272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kernel/lsm/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ impl LsmStore {
}

#[allow(dead_code)]
#[inline]
async fn flush_background(&self) -> Result<()> {
self.compactor_tx.send(CompactTask::Flush(None)).await?;

Expand Down

0 comments on commit 0db0272

Please sign in to comment.