Commit 1d901f55 authored by Russ Cox's avatar Russ Cox Committed by Brad Fitzpatrick

cmd/compile: remove -h spam

This debugging print crept into an earlier CL of mine.

Change-Id: If6e8609e69a60aec50c06889c2d98a8b8a4bd02b
Reviewed-on: https://go-review.googlesource.com/18971
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 84374524
......@@ -605,9 +605,6 @@ func Tempname(nn *Node, t *Type) {
n.Esc = EscNever
n.Name.Curfn = Curfn
Curfn.Func.Dcl = list(Curfn.Func.Dcl, n)
if Debug['h'] != 0 {
println("H", n, n.Orig, funcSym(Curfn).Name)
}
dowidth(t)
n.Xoffset = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment