Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 11, 2024
1 parent 4315605 commit f731f6a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::{
path::Path,
sync::Arc,
thread::available_parallelism,
time::Instant,
};

use anyhow::{anyhow, Context, Result};
Expand Down Expand Up @@ -167,7 +166,6 @@ impl BackingStorage for LmdbBackingStorage {
meta_updates: Vec<ChunkedVec<CachedDataUpdate>>,
data_updates: Vec<ChunkedVec<CachedDataUpdate>>,
) -> Result<()> {
let start = Instant::now();
let mut op_count = 0;
let mut tx = self.env.begin_rw_txn()?;
let mut task_meta_items_result = Ok(Vec::new());
Expand Down

0 comments on commit f731f6a

Please sign in to comment.