diff options
| author | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2019-10-18 16:50:18 +0200 |
|---|---|---|
| committer | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2019-10-18 16:50:18 +0200 |
| commit | 800307c2ab18c6cccef8131124a30c933d4fdefc (patch) | |
| tree | 0760daaf4719fd937a6986266c76e29cfbcf7a68 | |
| parent | 82f40c4b9b93473f4ec3b102a9c2dde8f4b6da19 (diff) | |
| download | rust-800307c2ab18c6cccef8131124a30c933d4fdefc.tar.gz rust-800307c2ab18c6cccef8131124a30c933d4fdefc.zip | |
remove obsolete code
| -rw-r--r-- | src/libunwind/build.rs | 2 |
1 files changed, 0 insertions, 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"); } |
