Remove obsolete FIXME

This commit is contained in:
Tim Chevalier 2012-10-11 16:18:41 -07:00
parent 66cea3700e
commit db679a738f

View File

@ -336,9 +336,6 @@ impl Datum {
// This works like copy_val, except that it deinitializes the source.
// Since it needs to zero out the source, src also needs to be an lval.
//
// FIXME (#839): We always zero out the source. Ideally we would
// detect the case where a variable is always deinitialized by
// block exit and thus doesn't need to be dropped.
fn move_to(bcx: block, action: CopyAction, dst: ValueRef) -> block {
let _icx = bcx.insn_ctxt("move_to");
let mut bcx = bcx;