From 065e39bb2fd439d792d8a8f72a7182dfc8b7c5a3 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 12 Nov 2014 12:17:55 -0800 Subject: Register new snapshots --- src/libcollections/str.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/libcollections/str.rs') diff --git a/src/libcollections/str.rs b/src/libcollections/str.rs index 04fc85091fa..20aa29fbb3d 100644 --- a/src/libcollections/str.rs +++ b/src/libcollections/str.rs @@ -534,13 +534,6 @@ impl<'a> PartialOrd for MaybeOwned<'a> { } impl<'a> Ord for MaybeOwned<'a> { - // NOTE(stage0): remove method after a snapshot - #[cfg(stage0)] - #[inline] - fn cmp(&self, other: &MaybeOwned) -> Ordering { - self.as_slice().cmp(&other.as_slice()) - } - #[cfg(not(stage0))] // NOTE(stage0): remove cfg after a snapshot #[inline] fn cmp(&self, other: &MaybeOwned) -> Ordering { self.as_slice().cmp(other.as_slice()) -- cgit 1.4.1-3-g733a5