Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Jul 13, 2017
1 parent bd9428a commit 21f2ace
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libstd/sys/redox/mod.rs
Expand Up @@ -39,9 +39,7 @@ pub mod thread_local;
pub mod time;

#[cfg(not(test))]
pub fn init() {

}
pub fn init() {}

pub fn decode_error_kind(errno: i32) -> ErrorKind {
match errno {
Expand Down

0 comments on commit 21f2ace

Please sign in to comment.