Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-forge committed Aug 5, 2024
1 parent 84c9699 commit 3a48857
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage/transient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ impl Storage for TransientStorage {
// Insert of update a selected file chunk with the data provided in buffer.
fn write_filechunk(&mut self, node: Node, index: FileChunkIndex, offset: FileSize, buf: &[u8]) {
if let Some(memory) = self.get_mounted_memory(node) {

// grow memory if needed
let max_address = index as FileSize * FILE_CHUNK_SIZE as FileSize
+ offset as FileSize
Expand Down

0 comments on commit 3a48857

Please sign in to comment.