Skip to content

Commit

Permalink
Remove old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed Jun 19, 2020
1 parent e93362b commit 0094f44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libstd/sys/hermit/stdio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ impl io::Read for Stdin {
}

fn read_vectored(&mut self, _data: &mut [IoSliceMut<'_>]) -> io::Result<usize> {
//ManuallyDrop::new(unsafe { WasiFd::from_raw(libc::STDIN_FILENO as u32) })
// .read(data)
Ok(0)
}

Expand Down

0 comments on commit 0094f44

Please sign in to comment.