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 {}