Skip to content

Commit 800307c

Browse files
committed
remove obsolete code
1 parent 82f40c4 commit 800307c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libunwind/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ fn main() {
4343
println!("cargo:rustc-link-lib=gcc_s");
4444
} else if target.contains("redox") {
4545
// redox is handled in lib.rs
46-
} else if target.contains("hermit") {
47-
//println!("cargo:rustc-link-lib=unwind");
4846
} else if target.contains("cloudabi") {
4947
println!("cargo:rustc-link-lib=unwind");
5048
}

0 commit comments

Comments
 (0)