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/fuzzer/fuzzer.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/fuzzer') diff --git a/src/fuzzer/fuzzer.rs b/src/fuzzer/fuzzer.rs index cb1c04434f4..5e2cf689b7c 100644 --- a/src/fuzzer/fuzzer.rs +++ b/src/fuzzer/fuzzer.rs @@ -10,15 +10,6 @@ use syntax::diagnostic; enum test_mode { tm_converge, tm_run, } type context = { mode: test_mode }; // + rng -#[cfg(stage0)] -impl test_mode : cmp::Eq { - pure fn eq(&&other: test_mode) -> bool { - (self as uint) == (other as uint) - } - pure fn ne(&&other: test_mode) -> bool { !self.eq(other) } -} -#[cfg(stage1)] -#[cfg(stage2)] impl test_mode : cmp::Eq { pure fn eq(other: &test_mode) -> bool { (self as uint) == ((*other) as uint) -- cgit 1.4.1-3-g733a5