From afd91f8a5698e7767ddfbf90c665c08dcd4f0de0 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 23 Sep 2012 22:25:43 -0700 Subject: Register snapshots. Remove redundant Eq impls, Makefile hacks --- src/rustc/metadata/decoder.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/rustc/metadata/decoder.rs') diff --git a/src/rustc/metadata/decoder.rs b/src/rustc/metadata/decoder.rs index 181b8c6f104..c631e404472 100644 --- a/src/rustc/metadata/decoder.rs +++ b/src/rustc/metadata/decoder.rs @@ -129,15 +129,6 @@ enum Family { InheritedField // N } -#[cfg(stage0)] -impl Family : cmp::Eq { - pure fn eq(&&other: Family) -> bool { - (self as uint) == (other as uint) - } - pure fn ne(&&other: Family) -> bool { !self.eq(other) } -} -#[cfg(stage1)] -#[cfg(stage2)] impl Family : cmp::Eq { pure fn eq(other: &Family) -> bool { (self as uint) == ((*other) as uint) -- cgit 1.4.1-3-g733a5