diff --git a/core-foundation-sys/src/date.rs b/core-foundation-sys/src/date.rs index 81b3f58..c6cac2d 100644 --- a/core-foundation-sys/src/date.rs +++ b/core-foundation-sys/src/date.rs @@ -10,7 +10,6 @@ pub type CFTimeInterval = f64; pub type CFAbsoluteTime = CFTimeInterval; -#[link(name = "CoreFoundation", kind = "framework")] extern { pub fn CFAbsoluteTimeGetCurrent() -> CFAbsoluteTime; }