about summary refs log tree commit diff
path: root/src/libcore/uint-template
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-12-17 16:04:04 -0800
committerBrian Anderson <banderson@mozilla.com>2012-12-17 16:44:27 -0800
commit5bf7ba077330c4cdb75802a4ca2497af24d21c4e (patch)
tree9d56749e4e8a75989542cf08d8aff8d47b8f294e /src/libcore/uint-template
parent68998724c6f3ece600aa881d74c1ed1fa0410a7b (diff)
downloadrust-5bf7ba077330c4cdb75802a4ca2497af24d21c4e.tar.gz
rust-5bf7ba077330c4cdb75802a4ca2497af24d21c4e.zip
Register snapshots
Diffstat (limited to 'src/libcore/uint-template')
-rw-r--r--src/libcore/uint-template/u8.rs4
-rw-r--r--src/libcore/uint-template/uint.rs7
2 files changed, 0 insertions, 11 deletions
diff --git a/src/libcore/uint-template/u8.rs b/src/libcore/uint-template/u8.rs
index 4d0b3f2d4b7..3c64eebf761 100644
--- a/src/libcore/uint-template/u8.rs
+++ b/src/libcore/uint-template/u8.rs
@@ -10,10 +10,6 @@
 
 //! Operations and constants for `u8`
 
-#[cfg(stage0)]
-pub use inst::is_ascii;
-#[cfg(stage1)]
-#[cfg(stage2)]
 pub use self::inst::is_ascii;
 
 mod inst {
diff --git a/src/libcore/uint-template/uint.rs b/src/libcore/uint-template/uint.rs
index 8451d78d8e0..bd7f8c09f47 100644
--- a/src/libcore/uint-template/uint.rs
+++ b/src/libcore/uint-template/uint.rs
@@ -10,13 +10,6 @@
 
 //! Operations and constants for `uint`
 
-#[cfg(stage0)]
-pub use inst::{
-    div_ceil, div_round, div_floor, iterate,
-    next_power_of_two
-};
-#[cfg(stage1)]
-#[cfg(stage2)]
 pub use self::inst::{
     div_ceil, div_round, div_floor, iterate,
     next_power_of_two