remove obsolete code

This commit is contained in:
Stefan Lankes 2019-10-18 16:50:18 +02:00
parent 82f40c4b9b
commit 800307c2ab

View File

@ -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");
}