Commit 3fc3597c authored by Russ Cox's avatar Russ Cox

cmd/go: remove debugging flag introduced in CL 6996054

R=remyoudompheng
CC=golang-dev
https://golang.org/cl/7002052
parent 04098d88
......@@ -1311,8 +1311,6 @@ func (gcToolchain) linker() string {
return tool(archChar + "l")
}
var rsc = flag.Bool("rsc", false, "rsc")
func (gcToolchain) gc(b *builder, p *Package, obj string, importArgs []string, gofiles []string) (ofile string, err error) {
out := "_go_." + archChar
ofile = obj + out
......
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