remove a debug print statement moving out of enums

This commit is contained in:
Ben Blum 2012-08-22 21:14:59 -04:00
parent f61bbe2709
commit 9f0b3e3164

View File

@ -803,7 +803,6 @@ fn make_pattern_bindings(bcx: block, phi_bindings: phi_bindings_list)
copy_val(bcx, INIT, allocation,
load_if_immediate(bcx, phi_val, ty), ty)
} else {
error!("moving out");
move_val(bcx, INIT, allocation,
{bcx: bcx, val: phi_val, kind: lv_owned}, ty)
};