From 800307c2ab18c6cccef8131124a30c933d4fdefc Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 18 Oct 2019 16:50:18 +0200 Subject: [PATCH] remove obsolete code --- src/libunwind/build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libunwind/build.rs b/src/libunwind/build.rs index a2e2df016bd..f24d957d67b 100644 --- a/src/libunwind/build.rs +++ b/src/libunwind/build.rs @@ -43,8 +43,6 @@ fn main() { println!("cargo:rustc-link-lib=gcc_s"); } else if target.contains("redox") { // redox is handled in lib.rs - } else if target.contains("hermit") { - //println!("cargo:rustc-link-lib=unwind"); } else if target.contains("cloudabi") { println!("cargo:rustc-link-lib=unwind"); }