Skip to content

Commit d877ebd

Browse files
committed
rustc: Remove obsolete FIXME in infer
1 parent 407be52 commit d877ebd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rustc/middle/infer.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -832,9 +832,6 @@ impl resolve_methods for infer_ctxt {
832832
}
833833
}
834834

835-
// FIXME: These should be integrated with the two functions above instead
836-
// of being such blatant lazy duplicates.
837-
838835
fn subst_regions(unresolved: @mutable option<int>,
839836
regions_seen: std::list::list<int>,
840837
rid: int) -> ty::region {

0 commit comments

Comments
 (0)