summaryrefslogtreecommitdiff
path: root/src/make.bash
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2012-01-05 14:17:32 +1100
committerAlex Brainman <alex.brainman@gmail.com>2012-01-05 14:17:32 +1100
commit26037c20dd22a14799ba036a6dc255c6d5038c52 (patch)
tree7ee341241976bcda7b4dba4d0ea1d5fcbc25ba9f /src/make.bash
parentf2de8d67f486254d1c0bb419b53e2e464403e51d (diff)
downloadgo-26037c20dd22a14799ba036a6dc255c6d5038c52.tar.gz
make.bash: remove old dregs
R=golang-dev, iant CC=golang-dev http://codereview.appspot.com/5522043
Diffstat (limited to 'src/make.bash')
-rwxr-xr-xsrc/make.bash3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/make.bash b/src/make.bash
index 70beb47c0..10eaade53 100755
--- a/src/make.bash
+++ b/src/make.bash
@@ -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