]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: remove debugging flag introduced in CL 6996054
authorRuss Cox <rsc@golang.org>
Sat, 22 Dec 2012 22:04:56 +0000 (17:04 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 22 Dec 2012 22:04:56 +0000 (17:04 -0500)
R=remyoudompheng
CC=golang-dev
https://golang.org/cl/7002052

src/cmd/go/build.go

index 73dd93fd250c80ce42f129bbe4b8678f087c403c..dbe4b2b3392553c7885f312b1f3ac91a72f48764 100644 (file)
@@ -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