From 3bc4d1a1206ad5f4bb31475e17fc18ecf855ed8e Mon Sep 17 00:00:00 2001 From: James Miller Date: Thu, 20 Jun 2013 17:15:50 +1200 Subject: Remove all #[cfg(stage0)]-protected code New snapshot means this can all go. Also removes places that have comments that say they are workarounds for stage0 errors. --- src/libextra/num/complex.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libextra/num/complex.rs') diff --git a/src/libextra/num/complex.rs b/src/libextra/num/complex.rs index b75537b8b3e..c626260043e 100644 --- a/src/libextra/num/complex.rs +++ b/src/libextra/num/complex.rs @@ -80,7 +80,6 @@ impl Cmplx { } } -#[cfg(not(stage0))] // Fixed by #4228 impl Cmplx { /// Calculate |self| #[inline] @@ -89,7 +88,6 @@ impl Cmplx { } } -#[cfg(not(stage0))] // Fixed by #4228 impl Cmplx { /// Calculate the principal Arg of self. #[inline] -- cgit 1.4.1-3-g733a5