Skip to content

Commit 48ffd48

Browse files
committed
Remove unused code
1 parent 94df43f commit 48ffd48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store/fs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,6 @@ async fn finish_import_impl(import_data: ImportEntry, ctx: HashContext) -> io::R
831831
#[instrument(skip_all, fields(hash = %cmd.hash_short()))]
832832
async fn import_bao(cmd: ImportBaoMsg, ctx: HashContext) {
833833
trace!("{cmd:?}");
834-
let hash = ctx.id;
835834
let ImportBaoMsg {
836835
inner: ImportBaoRequest { size, .. },
837836
rx,

0 commit comments

Comments
 (0)