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:22:21 -0800
commitd6d12d90ff5363f59f1a1bf67f999a5d7944abb1 (patch)
tree76c5a95a71f0a864da9112217af2f121e6a9377a /src/libcore/uint-template.rs
parentf1e87733bd4b669f2dcfe758a7ae2b1ddea60715 (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};