summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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