diff options
| author | Graydon Hoare <[email protected]> | 2010-06-24 11:18:02 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-24 11:18:02 -0700 |
| commit | 69a34503f4d51b639855501f1b6d6ce2da4e16c7 (patch) | |
| tree | 1d875f3d2d3194992e487b62e3de61d0aa267c6a /src | |
| parent | Clean up trans_alt_tag to use slots, not assume interior words. Also remove r... (diff) | |
| download | rust-69a34503f4d51b639855501f1b6d6ce2da4e16c7.tar.xz rust-69a34503f4d51b639855501f1b6d6ce2da4e16c7.zip | |
Remove redundant copy of comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/me/trans.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml index 32138639..fe4a542f 100644 --- a/src/boot/me/trans.ml +++ b/src/boot/me/trans.ml @@ -3763,7 +3763,6 @@ let trans_visitor (* NB: follow any exterior pointer as we go. *) let src_cell = deref_slot false src_cell src_slot in - (* NB: follow any exterior pointer as we go. *) let tag_cell:Il.cell = get_element_ptr src_cell 0 in let union_cell = get_element_ptr_dyn_in_current_frame src_cell 1 |