diff --git a/src/chmod/chmod.rs b/src/chmod/chmod.rs index 6faf93b6b..de8ae0c7d 100644 --- a/src/chmod/chmod.rs +++ b/src/chmod/chmod.rs @@ -15,7 +15,6 @@ extern crate getopts; extern crate libc; -extern crate native; extern crate regex; #[phase(plugin)] extern crate regex_macros; diff --git a/src/nohup/nohup.rs b/src/nohup/nohup.rs index 4aa839671..e044d4234 100644 --- a/src/nohup/nohup.rs +++ b/src/nohup/nohup.rs @@ -12,7 +12,6 @@ #![feature(macro_rules)] extern crate getopts; extern crate libc; -extern crate native; use getopts::{optflag, getopts, usage}; use std::io::stdio::{stdin_raw, stdout_raw, stderr_raw};