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/libsyntax/print/pp.rs | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/libsyntax/print/pp.rs') diff --git a/src/libsyntax/print/pp.rs b/src/libsyntax/print/pp.rs index c69739e4cf6..d474aaeaa0b 100644 --- a/src/libsyntax/print/pp.rs +++ b/src/libsyntax/print/pp.rs @@ -55,20 +55,6 @@ use dvec::DVec; */ enum breaks { consistent, inconsistent, } -#[cfg(stage0)] -impl breaks : cmp::Eq { - pure fn eq(&&other: breaks) -> bool { - match (self, other) { - (consistent, consistent) => true, - (inconsistent, inconsistent) => true, - (consistent, _) => false, - (inconsistent, _) => false, - } - } - pure fn ne(&&other: breaks) -> bool { !self.eq(other) } -} -#[cfg(stage1)] -#[cfg(stage2)] impl breaks : cmp::Eq { pure fn eq(other: &breaks) -> bool { match (self, (*other)) { -- cgit 1.4.1-3-g733a5