Skip to content

Commit

Permalink
Consolidate byte-identical modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 15, 2020
1 parent 90b1f5a commit 5a4098e
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 621 deletions.
308 changes: 0 additions & 308 deletions library/std/src/sys/sgx/fs.rs

This file was deleted.

47 changes: 0 additions & 47 deletions library/std/src/sys/sgx/io.rs

This file was deleted.

4 changes: 4 additions & 0 deletions library/std/src/sys/sgx/mod.rs
Expand Up @@ -17,14 +17,18 @@ pub mod condvar;
pub mod env;
pub mod ext;
pub mod fd;
#[path = "../unsupported/fs.rs"]
pub mod fs;
#[path = "../unsupported/io.rs"]
pub mod io;
pub mod memchr;
pub mod mutex;
pub mod net;
pub mod os;
pub mod path;
#[path = "../unsupported/pipe.rs"]
pub mod pipe;
#[path = "../unsupported/process.rs"]
pub mod process;
pub mod rwlock;
pub mod stack_overflow;
Expand Down

0 comments on commit 5a4098e

Please sign in to comment.