From 77344dbcfc1ab61155a55f40c3a6b0cc7816fdb2 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 14 Dec 2015 23:54:09 -0800 Subject: [PATCH] Remove a straggling link attribute This is handled by Cargo now --- core-foundation-sys/src/date.rs | 1 - 1 file changed, 1 deletion(-) 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; }