rustc: Remove obsolete FIXME in infer

This commit is contained in:
Patrick Walton 2012-03-26 12:49:14 -07:00
parent 407be52036
commit d877ebdd05

View File

@ -832,9 +832,6 @@ impl resolve_methods for infer_ctxt {
}
}
// FIXME: These should be integrated with the two functions above instead
// of being such blatant lazy duplicates.
fn subst_regions(unresolved: @mutable option<int>,
regions_seen: std::list::list<int>,
rid: int) -> ty::region {