about summary refs log tree commit diff
path: root/src/libstd/sys/common/libunwind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/common/libunwind.rs')
-rw-r--r--src/libstd/sys/common/libunwind.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/sys/common/libunwind.rs b/src/libstd/sys/common/libunwind.rs
index 75bb11216e1..feb05c7b560 100644
--- a/src/libstd/sys/common/libunwind.rs
+++ b/src/libstd/sys/common/libunwind.rs
@@ -131,8 +131,6 @@ extern "C" {
 
     pub fn _Unwind_DeleteException(exception: *mut _Unwind_Exception);
 
-    // remove cfg after new snapshot
-    #[cfg(not(all(stage0, target_os="windows", target_arch="x86_64")))]
     #[unwind]
     pub fn _Unwind_Resume(exception: *mut _Unwind_Exception) -> !;
 }