summary refs log tree commit diff
path: root/src/libstd/sys_common
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2017-10-05 05:01:41 +0200
committerest31 <MTest31@outlook.com>2017-10-05 05:01:41 +0200
commitaad1c998c7a08dd06719845dd5b3b962dfcb0be7 (patch)
tree2e1eb9c18906080481e3f1f1856194643d24bb0d /src/libstd/sys_common
parentb8fad2d21961307ec908ced9d3e2a64595eb5deb (diff)
downloadrust-aad1c998c7a08dd06719845dd5b3b962dfcb0be7.tar.gz
rust-aad1c998c7a08dd06719845dd5b3b962dfcb0be7.zip
Remove nacl from libstd
Diffstat (limited to 'src/libstd/sys_common')
-rw-r--r--src/libstd/sys_common/backtrace.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/sys_common/backtrace.rs b/src/libstd/sys_common/backtrace.rs
index 617218fe7a5..8f78c2e6f59 100644
--- a/src/libstd/sys_common/backtrace.rs
+++ b/src/libstd/sys_common/backtrace.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![cfg_attr(target_os = "nacl", allow(dead_code))]
-
 /// Common code for printing the backtrace in the same way across the different
 /// supported platforms.