windows: remove unused import

This commit is contained in:
Jorge Aparicio 2014-12-19 08:09:11 -05:00
parent 4c6e76b7c8
commit f975b10310
1 changed files with 0 additions and 1 deletions

View File

@ -384,7 +384,6 @@ pub mod eabi {
pub use self::EXCEPTION_DISPOSITION::*;
use rt::libunwind as uw;
use libc::{c_void, c_int};
use kinds::Copy;
#[repr(C)]
#[allow(missing_copy_implementations)]