Skip to content

Commit

Permalink
Removed the debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
john-sharratt committed Jun 2, 2024
1 parent 32618ef commit 7be262e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/wasix/src/syscalls/wasi/path_filestat_get.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ pub(crate) fn path_filestat_get_internal(
path_string,
flags & __WASI_LOOKUP_SYMLINK_FOLLOW != 0,
)?;

let st_ino = file_inode.ino().as_u64();
let mut stat = if file_inode.is_preopened {
*file_inode.stat.read().unwrap().deref()
Expand Down

0 comments on commit 7be262e

Please sign in to comment.