Skip to content

Commit 84139c6

Browse files
committed
---
yaml --- r: 10365 b: refs/heads/snap-stage3 c: dc77386 h: refs/heads/master i: 10363: 2c3c4c9 v: v3
1 parent e1f8b4c commit 84139c6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 88f03743b0e82fb25cd18f5e5503b03fb65ce0ed
4+
refs/heads/snap-stage3: dc773864944c00623dc98dd5a985ae963653bd54
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/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)