In cmd/present, a mode was being passed to the function parse, but it wasn't actually being used. Use it. In go/ssa, checkFinalInstr received an idx integer but it doesn't actually need it. Get rid of it. Lastly, in imports, findImportStdlib always returned rename==false. Get rid of that result parameter. Change-Id: I719006b69ee80a3ef4b0ea24c1c206016a7e304b Reviewed-on: https://go-review.googlesource.com/93596 Run-TryBot: Daniel Martí <mvdan@mvdan.cc> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
|---|---|---|
| .. | ||
| ast/astutil | ||
| buildutil | ||
| callgraph | ||
| gccgoexportdata | ||
| gcexportdata | ||
| gcimporter15 | ||
| internal/gccgoimporter | ||
| loader | ||
| pointer | ||
| ssa | ||
| types/typeutil | ||
| vcs | ||