From 8378cca1894345576a23eef1a0de53d5efc1d438 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sat, 16 Mar 2013 14:53:12 -0700 Subject: make.bash: delete vestigial TODO, now resolved R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/7789050 --- src/make.bash | 1 - 1 file changed, 1 deletion(-) (limited to 'src/make.bash') diff --git a/src/make.bash b/src/make.bash index c15711b31..2d83b6f4d 100755 --- a/src/make.bash +++ b/src/make.bash @@ -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 -- cgit v1.2.1