Skip to content

Commit

Permalink
wasi/io: remove dead files
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jan 14, 2025
1 parent c2ed284 commit fdbca1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 30 deletions.
9 changes: 0 additions & 9 deletions library/std/src/os/wasi/io/fd.rs

This file was deleted.

4 changes: 4 additions & 0 deletions library/std/src/os/wasi/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@

#[stable(feature = "io_safety_wasi", since = "1.65.0")]
pub use crate::os::fd::*;

// Tests for this module
#[cfg(test)]
mod tests;
20 changes: 0 additions & 20 deletions library/std/src/os/wasi/io/raw.rs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::mem::size_of;
use crate::os::wasi::io::RawFd;
use crate::os::unix::io::RawFd;

#[test]
fn test_raw_fd_layout() {
Expand Down

0 comments on commit fdbca1a

Please sign in to comment.