aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-10-10 00:17:41 -0700
committerGraydon Hoare <[email protected]>2010-10-10 00:17:41 -0700
commit594cf632147bd8eb21ae55e9e377412ef974397a (patch)
tree954850bdf6bf455458d477b5e98e5eec9f467b51 /src/boot
parentTeach bind to actually bind typarams, as it claims to. (diff)
downloadrust-594cf632147bd8eb21ae55e9e377412ef974397a.tar.xz
rust-594cf632147bd8eb21ae55e9e377412ef974397a.zip
Remove obsolete comment, issue was fixed with last checkin.
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/me/trans.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml
index b3544a85..79ed4150 100644
--- a/src/boot/me/trans.ml
+++ b/src/boot/me/trans.ml
@@ -4532,9 +4532,6 @@ let trans_visitor
get_element_ptr all_callee_args_cell Abi.calltup_elt_ty_params
in
let callee_args_cell =
- (* FIXME (issue #81): Once we've actually got proper ty_params,
- * we should GEP dynamically here to get the args, since they may
- * be aligned dynamically if they have parameterized type. *)
get_element_ptr_dyn closure_ty_params_cell
all_callee_args_cell Abi.calltup_elt_args
in