rustc: Remove FIXME obsoleted by the previous commit

This commit is contained in:
Patrick Walton 2011-02-25 13:44:37 -08:00
parent 7a1d01effc
commit 69464aae62

View File

@ -913,11 +913,6 @@ fn demand_pat(&@fn_ctxt fcx, @ty.t expected, @ast.pat pat) -> @ast.pat {
// of the variant, which is either a tag type in the case of
// nullary variants or a function type in the case of n-ary
// variants.
//
// TODO: When we have type-parametric tags, this will get a little
// trickier. Basically, we have to instantiate the variant type we
// acquire here with the type parameters provided to us by
// "expected".
// Grab the values for the type parameters of the tag from the
// expected type.