diff options
| author | Graydon Hoare <[email protected]> | 2010-10-10 00:17:41 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-10-10 00:17:41 -0700 |
| commit | 594cf632147bd8eb21ae55e9e377412ef974397a (patch) | |
| tree | 954850bdf6bf455458d477b5e98e5eec9f467b51 /src/boot | |
| parent | Teach bind to actually bind typarams, as it claims to. (diff) | |
| download | rust-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.ml | 3 |
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 |