]> Cypherpunks repositories - gostls13.git/commitdiff
make.bash: delete vestigial TODO, now resolved
authorRob Pike <r@golang.org>
Sat, 16 Mar 2013 21:53:12 +0000 (14:53 -0700)
committerRob Pike <r@golang.org>
Sat, 16 Mar 2013 21:53:12 +0000 (14:53 -0700)
R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7789050

src/make.bash

index c15711b31a2b05f63f64e5facdfdc5bcb6347591..2d83b6f4d114781bc6efcbd4787562d9cebd0698 100755 (executable)
@@ -140,7 +140,6 @@ if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
 fi
 
 echo "# Building packages and commands for $GOOS/$GOARCH."
-# TODO: Drop the -tags gotypes before releasing Go 1.1. It is to allow type checking in go vet.
 "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -ccflags "$GO_CCFLAGS" -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std
 echo