Skip to content

Commit

Permalink
lib: don't flush async
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 14, 2024
1 parent dc6fd42 commit 98ddc05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ fn bspatch_rs(py: Python<'_>, source: i32, patch: &[u8]) -> io::Result<Vec<u8>>
file.set_len(target.len() as u64)?;
std::mem::forget(file);
}
mmap.flush_async()?;
Ok(target)
})
}
Expand Down

0 comments on commit 98ddc05

Please sign in to comment.