Remove unused import.

This commit is contained in:
Corey Farwell 2017-04-22 22:13:22 -04:00 committed by GitHub
parent c1aaa60d8d
commit 13d2534fd3

View file

@ -80,7 +80,7 @@ mod cmath {
pub use self::shims::*;
#[cfg(target_env = "msvc")]
mod shims {
use libc::{c_float, c_int};
use libc::c_float;
#[inline]
pub unsafe fn acosf(n: c_float) -> c_float {