aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2013-03-16 14:53:12 -0700
committerRob Pike <r@golang.org>2013-03-16 14:53:12 -0700
commit36ed57931b1f9ae95e2eaf7beb88dbd5b63fa701 (patch)
tree4b12749d136a4747ea432123aee83a3130fd8452 /src/make.bash
parent464257eeffedcf2c9e04fd8c47edc1f1fc491b62 (diff)
downloadgo-36ed57931b1f9ae95e2eaf7beb88dbd5b63fa701.tar.gz
go-36ed57931b1f9ae95e2eaf7beb88dbd5b63fa701.zip
make.bash: delete vestigial TODO, now resolved
R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/7789050
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash
index c15711b31a..2d83b6f4d1 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