From 0c54225b515f80ac3ff27337bde1653908a78f0d Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 15 Dec 2010 11:49:23 -0500 Subject: 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 --- src/pkg/exec/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/pkg/exec') 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\ -- cgit v1.3