about summary refs log tree commit diff
path: root/src/libcore/uint-template.rs
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.rs
parent68998724c6f3ece600aa881d74c1ed1fa0410a7b (diff)
Register snapshots
Diffstat (limited to 'src/libcore/uint-template.rs')
-rw-r--r--src/libcore/uint-template.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libcore/uint-template.rs b/src/libcore/uint-template.rs
index 17a2b02647e..da0c92021a4 100644
--- a/src/libcore/uint-template.rs
+++ b/src/libcore/uint-template.rs
@@ -12,10 +12,6 @@
 #[forbid(deprecated_mode)];
 #[forbid(deprecated_pattern)];
 
-#[cfg(stage0)]
-use T = inst::T;
-#[cfg(stage1)]
-#[cfg(stage2)]
 use T = self::inst::T;
 
 use cmp::{Eq, Ord};