Commit bcb1da70 authored by Rob Pike's avatar Rob Pike

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

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/7551043
parent 0b2caf27
...@@ -138,9 +138,7 @@ func main() { ...@@ -138,9 +138,7 @@ func main() {
} }
for _, pkg := range pkgs { for _, pkg := range pkgs {
if strings.HasPrefix(pkg, "cmd/") || if strings.HasPrefix(pkg, "cmd/") {
strings.HasPrefix(pkg, "exp/") ||
strings.HasPrefix(pkg, "old/") {
continue continue
} }
if fi, err := os.Stat(filepath.Join(w.root, pkg)); err != nil || !fi.IsDir() { if fi, err := os.Stat(filepath.Join(w.root, pkg)); err != nil || !fi.IsDir() {
......
...@@ -313,7 +313,6 @@ static char *unreleased[] = { ...@@ -313,7 +313,6 @@ static char *unreleased[] = {
"src/cmd/cov", "src/cmd/cov",
"src/cmd/prof", "src/cmd/prof",
"src/pkg/old", "src/pkg/old",
"src/pkg/exp",
}; };
// setup sets up the tree for the initial build. // setup sets up the tree for the initial build.
......
...@@ -108,7 +108,6 @@ var untaggedLiteralWhitelist = map[string]bool{ ...@@ -108,7 +108,6 @@ var untaggedLiteralWhitelist = map[string]bool{
"encoding/xml.CharData": true, "encoding/xml.CharData": true,
"encoding/xml.Comment": true, "encoding/xml.Comment": true,
"encoding/xml.Directive": true, "encoding/xml.Directive": true,
"exp/norm.Decomposition": true,
"go/scanner.ErrorList": true, "go/scanner.ErrorList": true,
"image/color.Palette": true, "image/color.Palette": true,
"net.HardwareAddr": true, "net.HardwareAddr": true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment