diff options
| author | Russ Cox <rsc@golang.org> | 2010-12-15 11:49:23 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-12-15 11:49:23 -0500 |
| commit | 0c54225b515f80ac3ff27337bde1653908a78f0d (patch) | |
| tree | 400a6188889dd50c0a566ad3781b1f35194a84dd /src/pkg/path | |
| parent | 85f5bb8216fb8971fa3bfe719a45549df2761d12 (diff) | |
| download | go-0c54225b515f80ac3ff27337bde1653908a78f0d.tar.xz | |
remove nacl
The recent linker changes broke NaCl support
a month ago, and there are no known users of it.
The NaCl code can always be recovered from the
repository history.
R=adg, r
CC=golang-dev
https://golang.org/cl/3671042
Diffstat (limited to 'src/pkg/path')
| -rw-r--r-- | src/pkg/path/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pkg/path/Makefile b/src/pkg/path/Makefile index a36d86eb57..4371913e85 100644 --- a/src/pkg/path/Makefile +++ b/src/pkg/path/Makefile @@ -18,9 +18,6 @@ GOFILES_darwin=\ GOFILES_linux=\ path_unix.go -GOFILES_nacl=\ - path_unix.go - GOFILES_windows=\ path_windows.go |
