提交 883eb38b 编写于 作者: P Patrick Walton

rustc: Remove some debugging code from decl_native_fn_and_pair()

上级 81cda5ad
......@@ -6812,12 +6812,6 @@ fn trans_simple_native_abi(@block_ctxt bcx,
lib.llvm.LLVMCCallConv,
llnativefnty);
log_err "calling: " + val_str(bcx.fcx.lcx.ccx.tn, llnativefn);
for (ValueRef arg in call_args) {
log_err "arg: " + val_str(bcx.fcx.lcx.ccx.tn, arg);
}
auto r = bcx.build.Call(llnativefn, call_args);
auto rptr = bcx.fcx.llretptr;
ret tup(r, rptr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册