]> Cypherpunks repositories - gostls13.git/commitdiff
make.bash: remove old dregs
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 5 Jan 2012 03:17:32 +0000 (14:17 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 5 Jan 2012 03:17:32 +0000 (14:17 +1100)
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5522043

src/make.bash

index 70beb47c0b5c85d197a7336089e20712daf2cb19..10eaade5392f5017a75e2777a26097bbe40237f8 100755 (executable)
@@ -47,9 +47,6 @@ rm -f "$GOBIN"/gomake
 ) >"$GOBIN"/gomake
 chmod +x "$GOBIN"/gomake
 
-# TODO(brainman): delete this after 01/01/2012.
-rm -f "$GOBIN"/gotest  # remove old bash version of gotest on Windows
-
 # on Fedora 16 the selinux filesystem is mounted at /sys/fs/selinux,
 # so loop through the possible selinux mount points
 for se_mount in /selinux /sys/fs/selinux