aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exec
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-12-15 11:49:23 -0500
committerRuss Cox <rsc@golang.org>2010-12-15 11:49:23 -0500
commit0c54225b515f80ac3ff27337bde1653908a78f0d (patch)
tree400a6188889dd50c0a566ad3781b1f35194a84dd /src/pkg/exec
parent85f5bb8216fb8971fa3bfe719a45549df2761d12 (diff)
downloadgo-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/exec')
-rw-r--r--src/pkg/exec/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pkg/exec/Makefile b/src/pkg/exec/Makefile
index 6110414ac3..262ecac85e 100644
--- a/src/pkg/exec/Makefile
+++ b/src/pkg/exec/Makefile
@@ -17,9 +17,6 @@ GOFILES_darwin=\
GOFILES_linux=\
lp_unix.go\
-GOFILES_nacl=\
- lp_unix.go\
-
GOFILES_windows=\
lp_windows.go\