Skip to content

Commit db679a7

Browse files
committed
Remove obsolete FIXME
1 parent 66cea37 commit db679a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rustc/middle/trans/datum.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,6 @@ impl Datum {
336336
// This works like copy_val, except that it deinitializes the source.
337337
// Since it needs to zero out the source, src also needs to be an lval.
338338
//
339-
// FIXME (#839): We always zero out the source. Ideally we would
340-
// detect the case where a variable is always deinitialized by
341-
// block exit and thus doesn't need to be dropped.
342339
fn move_to(bcx: block, action: CopyAction, dst: ValueRef) -> block {
343340
let _icx = bcx.insn_ctxt("move_to");
344341
let mut bcx = bcx;

0 commit comments

Comments
 (0)