Skip to content

Commit 4b7e40d

Browse files
committed
rustc: Remove debug logging
1 parent b16bdd9 commit 4b7e40d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rustc/middle/trans/base.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,7 @@ fn make_generic_glue_inner(ccx: @crate_ctxt, t: ty::t,
571571
// the caller has no idea if it's dealing with something that can be
572572
// passed by value.
573573

574-
#error("%?", ty::get(t));
575574
let llty = T_ptr(type_of(ccx, t));
576-
#error("%?", ty_str(ccx.tn, llty));
577575

578576
let bcx = top_scope_block(fcx, none);
579577
let lltop = bcx.llbb;

0 commit comments

Comments
 (0)