From: Anthony Martin Date: Thu, 1 Mar 2012 06:56:50 +0000 (-0800) Subject: 5g, 8g: remove documentation dregs X-Git-Tag: weekly.2012-03-04~61 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d88af88dfbd5b7a84ac3adbae6c714d644d72398;p=gostls13.git 5g, 8g: remove documentation dregs R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5714051 --- diff --git a/src/cmd/5g/doc.go b/src/cmd/5g/doc.go index e86013bdd7..5a4a772fb4 100644 --- a/src/cmd/5g/doc.go +++ b/src/cmd/5g/doc.go @@ -9,7 +9,5 @@ The $GOARCH for these tools is arm. It reads .go files and outputs .5 files. The flags are documented in ../gc/doc.go. -There is no instruction optimizer, so the -N flag is a no-op. - */ package documentation diff --git a/src/cmd/8g/doc.go b/src/cmd/8g/doc.go index 2d9ff9a427..6d678eac8b 100644 --- a/src/cmd/8g/doc.go +++ b/src/cmd/8g/doc.go @@ -9,7 +9,5 @@ The $GOARCH for these tools is 386. It reads .go files and outputs .8 files. The flags are documented in ../gc/doc.go. -There is no instruction optimizer, so the -N flag is a no-op. - */ package documentation