]> Cypherpunks repositories - gostls13.git/commitdiff
all: delete a couple of mentions of the exp and old trees
authorRob Pike <r@golang.org>
Thu, 7 Mar 2013 00:52:03 +0000 (16:52 -0800)
committerRob Pike <r@golang.org>
Thu, 7 Mar 2013 00:52:03 +0000 (16:52 -0800)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/7551043

src/cmd/api/goapi.go
src/cmd/dist/build.c
src/cmd/vet/taglit.go

index 0d76b0cdb640c1722c1e1de2000415159d706611..adf3ddf6b39d3102a223f4b7e306a355b7f07951 100644 (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() {
index dda45ca6258cd05d02429fcfc039b48ac7f3c7a9..5150ac3f299f3b696af10cc1cc762814ca491a2b 100644 (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.
index a19187fea1046b1364ed1f4cb71dad578edfef22..bc3695b1e176b43a8da3a5d713f1781c327ded26 100644 (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,