Skip to content

Commit 0be7be8

Browse files
committed
---
yaml --- r: 5639 b: refs/heads/master c: c065280 h: refs/heads/master i: 5637: 822edd8 5635: bf63db6 5631: d667f7e v: v3
1 parent 81918cd commit 0be7be8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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: 7ab0897ac6a632dd01f7ac661a148f6a42f31fcf
2+
refs/heads/master: c065280a0b0e3b85050151f478c3134b0a3cce23

trunk/src/comp/middle/trans.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4029,8 +4029,6 @@ fn trans_c_stack_native_call(bcx: @block_ctxt, f: @ast::expr,
40294029
let ret_ty = ty::ty_fn_ret(bcx_tcx(bcx), fn_ty);
40304030
check type_has_static_size(ccx, ret_ty);
40314031
let llretty = type_of(ccx, f.span, ret_ty);
4032-
log_err "casting " + val_str(ccx.tn, llrawretval) + " to " +
4033-
lib::llvm::type_to_str(ccx.tn, llretty);
40344032

40354033
let llretval;
40364034
if lib::llvm::llvm::LLVMGetTypeKind(llretty) as int == 11 { // pointer

0 commit comments

Comments
 (0)