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/back/link.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/rustc/back') diff --git a/src/rustc/back/link.rs b/src/rustc/back/link.rs index 22d7451c6ae..fb3d749673c 100644 --- a/src/rustc/back/link.rs +++ b/src/rustc/back/link.rs @@ -26,15 +26,6 @@ enum output_type { output_type_exe, } -#[cfg(stage0)] -impl output_type : cmp::Eq { - pure fn eq(&&other: output_type) -> bool { - (self as uint) == (other as uint) - } - pure fn ne(&&other: output_type) -> bool { !self.eq(other) } -} -#[cfg(stage1)] -#[cfg(stage2)] impl output_type : cmp::Eq { pure fn eq(other: &output_type) -> bool { (self as uint) == ((*other) as uint) -- cgit 1.4.1-3-g733a5