Skip to content

Commit

Permalink
Remove special casing for redox as it is now part of the unix family
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 authored and mmstick committed May 26, 2020
1 parent 87c29c0 commit e8be4c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ crossbeam-channel = "0.4"
version = "0.3"
features = ["wincon", "processenv", "winbase"]

[target.'cfg(target_os = "redox")'.dependencies]
termion = "1.5"

[dev-dependencies]
rand = "0.7"
5 changes: 0 additions & 5 deletions src/tty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,3 @@ pub use self::wasi::*;
mod windows;
#[cfg(windows)]
pub use self::windows::*;

#[cfg(target_os = "redox")]
mod redox;
#[cfg(target_os = "redox")]
pub use self::redox::*;
13 changes: 0 additions & 13 deletions src/tty/redox.rs

This file was deleted.

0 comments on commit e8be4c7

Please sign in to comment.