Skip to content

Commit dc77386

Browse files
committed
Remove obsolete comment
This comment seems to be no longer relevant, since we do have user-defined vector sizes now (and they don't use the T_vec type)
1 parent 88f0374 commit dc77386

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rustc/middle/trans/common.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,6 @@ fn T_array(t: TypeRef, n: uint) -> TypeRef {
633633
}
634634

635635
// Interior vector.
636-
//
637-
// FIXME: Support user-defined vector sizes.
638636
fn T_vec2(targ_cfg: @session::config, t: TypeRef) -> TypeRef {
639637
ret T_struct([T_int(targ_cfg), // fill
640638
T_int(targ_cfg), // alloc

0 commit comments

Comments
 (0)