Skip to content

Commit

Permalink
Remove the allocate function.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Dec 8, 2022
1 parent abe30a7 commit 06a94f4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions host/src/filesystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ impl wasi_filesystem::WasiFilesystem for WasiCtx {
todo!()
}

fn fallocate(
&mut self,
fd: wasi_filesystem::Descriptor,
offset: u64,
len: u64,
) -> HostResult<(), wasi_filesystem::Errno> {
todo!()
}

fn datasync(
&mut self,
fd: wasi_filesystem::Descriptor,
Expand Down

0 comments on commit 06a94f4

Please sign in to comment.