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)
This commit is contained in:
parent
88f03743b0
commit
dc77386494
1 changed files with 0 additions and 2 deletions
|
|
@ -633,8 +633,6 @@ fn T_array(t: TypeRef, n: uint) -> TypeRef {
|
|||
}
|
||||
|
||||
// Interior vector.
|
||||
//
|
||||
// FIXME: Support user-defined vector sizes.
|
||||
fn T_vec2(targ_cfg: @session::config, t: TypeRef) -> TypeRef {
|
||||
ret T_struct([T_int(targ_cfg), // fill
|
||||
T_int(targ_cfg), // alloc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue