Skip to content

Commit 594cf63

Browse files
committed
Remove obsolete comment, issue was fixed with last checkin.
1 parent caaf867 commit 594cf63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/boot/me/trans.ml

-3
Original file line numberDiff line numberDiff line change
@@ -4532,9 +4532,6 @@ let trans_visitor
45324532
get_element_ptr all_callee_args_cell Abi.calltup_elt_ty_params
45334533
in
45344534
let callee_args_cell =
4535-
(* FIXME (issue #81): Once we've actually got proper ty_params,
4536-
* we should GEP dynamically here to get the args, since they may
4537-
* be aligned dynamically if they have parameterized type. *)
45384535
get_element_ptr_dyn closure_ty_params_cell
45394536
all_callee_args_cell Abi.calltup_elt_args
45404537
in

0 commit comments

Comments
 (0)