1
0
mirror of https://github.com/golang/go synced 2024-11-26 14:08:37 -07:00

all: delete a couple of mentions of the exp and old trees

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/7551043
This commit is contained in:
Rob Pike 2013-03-06 16:52:03 -08:00
parent 0b2caf2717
commit bcb1da7065
3 changed files with 1 additions and 5 deletions

View File

@ -138,9 +138,7 @@ func main() {
}
for _, pkg := range pkgs {
if strings.HasPrefix(pkg, "cmd/") ||
strings.HasPrefix(pkg, "exp/") ||
strings.HasPrefix(pkg, "old/") {
if strings.HasPrefix(pkg, "cmd/") {
continue
}
if fi, err := os.Stat(filepath.Join(w.root, pkg)); err != nil || !fi.IsDir() {

View File

@ -313,7 +313,6 @@ static char *unreleased[] = {
"src/cmd/cov",
"src/cmd/prof",
"src/pkg/old",
"src/pkg/exp",
};
// setup sets up the tree for the initial build.

View File

@ -108,7 +108,6 @@ var untaggedLiteralWhitelist = map[string]bool{
"encoding/xml.CharData": true,
"encoding/xml.Comment": true,
"encoding/xml.Directive": true,
"exp/norm.Decomposition": true,
"go/scanner.ErrorList": true,
"image/color.Palette": true,
"net.HardwareAddr": true,