X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Funwind%2Fsrc%2Flib.rs;h=2efd2d5dd4aa47189b5908f2ecbb5b08f116395a;hb=7b513af6c4b39b86f70b19fbd1a2dc72aa485d5c;hp=46fe50cb9453d9b045d95688e178146ff7b608ed;hpb=75e7bb842a23dcc39ace3032adf99c7e03b5e442;p=rust.git diff --git a/library/unwind/src/lib.rs b/library/unwind/src/lib.rs index 46fe50cb945..2efd2d5dd4a 100644 --- a/library/unwind/src/lib.rs +++ b/library/unwind/src/lib.rs @@ -15,7 +15,6 @@ target_os = "espidf", ))] { // These "unix" family members do not have unwinder. - // Note this also matches x86_64-unknown-none-linuxkernel. } else if #[cfg(any( unix, windows, @@ -104,7 +103,3 @@ #[cfg(all(target_vendor = "fortanix", target_env = "sgx"))] #[link(name = "unwind", kind = "static", modifiers = "-bundle")] extern "C" {} - -#[cfg(all(target_os = "windows", target_env = "gnu", target_abi = "llvm"))] -#[link(name = "unwind", kind = "static", modifiers = "-bundle")] -extern "C" {}