about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-02-13 18:08:53 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2019-02-13 18:09:09 +0100
commitbb08499626d22504a6e212ead546e7ed5190c5e6 (patch)
tree60ba0e7d868077170aac209db651857e086080c1 /src
parentf9e9c9196a196e95d8f39aa57ed30857525be5e6 (diff)
downloadrust-bb08499626d22504a6e212ead546e7ed5190c5e6.tar.gz
rust-bb08499626d22504a6e212ead546e7ed5190c5e6.zip
libpanic_unwind => 2018: remove unused extern crate.
Diffstat (limited to 'src')
-rw-r--r--src/libpanic_unwind/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libpanic_unwind/lib.rs b/src/libpanic_unwind/lib.rs
index 0369880a8d1..9d3d8f6185b 100644
--- a/src/libpanic_unwind/lib.rs
+++ b/src/libpanic_unwind/lib.rs
@@ -34,9 +34,6 @@
 #![panic_runtime]
 #![feature(panic_runtime)]
 
-#[cfg(not(any(target_env = "msvc", all(windows, target_arch = "x86_64", target_env = "gnu"))))]
-extern crate unwind;
-
 use alloc::boxed::Box;
 use core::intrinsics;
 use core::mem;