Remove bogus FIXME.

This commit is contained in:
Roy Frostig 2010-06-24 08:23:17 -07:00
parent bc286c7f2c
commit 1f3cff91f6
1 changed files with 0 additions and 1 deletions

View File

@ -1215,7 +1215,6 @@ let process_crate (cx:ctxt) (crate:Ast.crate) : unit =
let tag_tv = ref TYSPEC_all in
unify_ty tag_ty tag_tv;
unify_tyvars expected tag_tv;
(* FIXME check arity here? *)
List.iter
begin
fun slot ->