mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 13:18:54 +01:00
removing log statement that snuck in there
This commit is contained in:
parent
1656fa19ef
commit
a6f36ba3f5
@ -5799,7 +5799,6 @@ fn trans_expr_out(&@block_ctxt cx, &@ast::expr e, out_method output) ->
|
||||
auto move_res =
|
||||
move_val(rhs_res.res.bcx, DROP_EXISTING, lhs_res.res.val,
|
||||
rhs_res.res.val, t);
|
||||
log_err "returning move_res";
|
||||
ret rslt(move_res.bcx, C_nil());
|
||||
}
|
||||
case (ast::expr_assign(?dst, ?src)) {
|
||||
|
Loading…
Reference in New Issue
Block a user