Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Apr 23, 2017
1 parent c1aaa60 commit 13d2534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/f32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 13d2534

Please sign in to comment.