]> Cypherpunks repositories - gostls13.git/commitdiff
5g, 8g: remove documentation dregs
authorAnthony Martin <ality@pbrane.org>
Thu, 1 Mar 2012 06:56:50 +0000 (22:56 -0800)
committerAnthony Martin <ality@pbrane.org>
Thu, 1 Mar 2012 06:56:50 +0000 (22:56 -0800)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5714051

src/cmd/5g/doc.go
src/cmd/8g/doc.go

index e86013bdd7801c1519beccbbf2e507abb79dcf5f..5a4a772fb44b0126fc7995103df771f6aa46340c 100644 (file)
@@ -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
index 2d9ff9a4273f46f036dcbfa47ca51fc536fc2507..6d678eac8bf4dfe01119875fd0b4e79544b09086 100644 (file)
@@ -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