Skip to content

Commit f938714

Browse files
committed
Remove trait of TimesIx
1 parent ac92cc8 commit f938714

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libcore/iter.rs

-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ pub trait Times {
3434
pure fn times(it: fn() -> bool);
3535
}
3636

37-
pub trait TimesIx{
38-
pure fn timesi(it: fn(uint) -> bool);
39-
}
40-
4137
pub trait CopyableIter<A:Copy> {
4238
pure fn filter_to_vec(pred: fn(a: A) -> bool) -> ~[A];
4339
pure fn map_to_vec<B>(op: fn(v: A) -> B) -> ~[B];

0 commit comments

Comments
 (0)