Skip to content

Commit 9dfa35c

Browse files
committed
---
yaml --- r: 2398 b: refs/heads/master c: 883eb38 h: refs/heads/master v: v3
1 parent 2c83316 commit 9dfa35c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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: 81cda5ad4507a493d6a4d175c02bca7bf2e76c19
2+
refs/heads/master: 883eb38b283d9f2486529ec1bf1e7f695396d96f

trunk/src/comp/middle/trans.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6812,12 +6812,6 @@ fn decl_native_fn_and_pair(@crate_ctxt ccx,
68126812
lib.llvm.LLVMCCallConv,
68136813
llnativefnty);
68146814

6815-
log_err "calling: " + val_str(bcx.fcx.lcx.ccx.tn, llnativefn);
6816-
6817-
for (ValueRef arg in call_args) {
6818-
log_err "arg: " + val_str(bcx.fcx.lcx.ccx.tn, arg);
6819-
}
6820-
68216815
auto r = bcx.build.Call(llnativefn, call_args);
68226816
auto rptr = bcx.fcx.llretptr;
68236817
ret tup(r, rptr);

0 commit comments

Comments
 (0)