diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-04-06 20:39:10 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-04-07 10:52:42 -0500 |
| commit | 95bb45431ade3995b5936f522de131453326f2c1 (patch) | |
| tree | 250b73d9c9205fab5d1da1c65d2daffcb983141c | |
| parent | 9d11b089ad136432dff6c49c6eb3c48c7f6e5273 (diff) | |
| download | rust-95bb45431ade3995b5936f522de131453326f2c1.tar.gz rust-95bb45431ade3995b5936f522de131453326f2c1.zip | |
remove workaround for rust-lang/rust#39880
committed by mistake
| -rw-r--r-- | src/librustc_llvm/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_llvm/lib.rs b/src/librustc_llvm/lib.rs index 6e34f551f5d..f300bf16145 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 {} |
