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:
Tim Chevalier 2012-06-07 14:36:44 -07:00
parent 88f03743b0
commit dc77386494

View file

@ -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