diff --git a/src/lib.rs b/src/lib.rs index c0743d5..fd84ddb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -127,10 +127,3 @@ pub mod math { -// FIXME: Scuffed -#[no_mangle] -extern "C" fn __truncdfsf2(_x: f64) -> f32 { - 0.0 -} - -