summaryrefslogtreecommitdiff
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
commit8378cca1894345576a23eef1a0de53d5efc1d438 (patch)
tree5ee4d3a63c2fc82978c426cde31a7387ac148e19 /src/make.bash
parent8479f792626e8eb6ddf9924a99e322fed39e7b6a (diff)
downloadgo-8378cca1894345576a23eef1a0de53d5efc1d438.tar.gz
make.bash: delete vestigial TODO, now resolved
R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/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 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