From 95bb45431ade3995b5936f522de131453326f2c1 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 6 Apr 2017 20:39:10 -0500 Subject: [PATCH] remove workaround for rust-lang/rust#39880 committed by mistake --- src/librustc_llvm/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustc_llvm/lib.rs b/src/librustc_llvm/lib.rs index 6e34f551f5df..f300bf16145a 100644 --- a/src/librustc_llvm/lib.rs +++ b/src/librustc_llvm/lib.rs @@ -422,4 +422,3 @@ impl Drop for OperandBundleDef { } } } -#[link(name = "ffi")] extern {}