Skip to content

Commit 1fea06f

Browse files
committed
---
yaml --- r: 3944 b: refs/heads/master c: a716eb2 h: refs/heads/master v: v3
1 parent b0e25b2 commit 1fea06f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 47052ce19ed5493dbed64dd20ad3c629394bd651
2+
refs/heads/master: a716eb28ecc8fcd16c9d2595e989601efaab3b1a

trunk/src/comp/middle/trans.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6510,9 +6510,6 @@ fn trans_anon_obj(@block_ctxt bcx, &span sp, &ast::anon_obj anon_obj,
65106510
bcx.build.Store(p, pair_box);
65116511
}
65126512

6513-
// Cast the final object to how we want its type to appear.
6514-
pair = bcx.build.PointerCast(pair, T_ptr(ccx.rust_object_type));
6515-
65166513
// return the object we built.
65176514
ret rslt(bcx, pair);
65186515
}

0 commit comments

Comments
 (0)