aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-10-11 16:41:48 -0700
committerRob Pike <r@golang.org>2011-10-11 16:41:48 -0700
commitf4cb96b4380efa8e78431124dabb6d654f05b705 (patch)
tree9ef9dc7eb1f2f65fd5317ff9a1efb51d8370ccb0 /src/pkg/Makefile
parent059c68bf0cccea85bea19c44c15d7fec9e9cbd21 (diff)
downloadgo-f4cb96b4380efa8e78431124dabb6d654f05b705.tar.xz
container/vector: delete
Slices are better: http://code.google.com/p/go-wiki/wiki/SliceTricks R=golang-dev, bradfitz, dsymonds CC=golang-dev https://golang.org/cl/5248060
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index a5640e0f36..189e8f62da 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -29,7 +29,6 @@ DIRS=\
container/heap\
container/list\
container/ring\
- container/vector\
crypto\
crypto/aes\
crypto/blowfish\
@@ -228,7 +227,6 @@ NOTEST+=\
../cmd/hgpatch\
NOBENCH+=\
- container/vector\
# Disable tests that windows cannot run yet.
ifeq ($(GOOS),windows)