Remove unused imports.

This commit is contained in:
Corey Farwell 2016-08-05 09:05:12 -04:00 committed by Roy Ivy III
parent c6909951aa
commit bcdb682bf8

View file

@ -10,8 +10,6 @@ use self::libc::{
};
pub use self::libc::passwd as c_passwd;
#[cfg(any(target_os = "macos", target_os = "freebsd"))]
use self::libc::time_t;
#[cfg(target_os = "macos")]
use self::libc::int32_t;