]> git.lizzy.rs Git - rust.git/commitdiff
Remove unused import.
authorCorey Farwell <coreyf@rwell.org>
Sun, 23 Apr 2017 02:13:22 +0000 (22:13 -0400)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2017 02:13:22 +0000 (22:13 -0400)
src/libstd/f32.rs

index 4ed0afcfc2357d7cca92bec811fa1069a0ea85e2..4abad7e24f8107a6b2690399190104eec2bf07ba 100644 (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 {