From d5e1b7ca68e2cc484d9a1517bdc0a9862936a1eb Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 6 Apr 2020 16:16:48 -0400 Subject: all: remove scattered remnants of darwin/386 This removes all conditions and conditional code (that I could find) that depended on darwin/386. Fixes #37610. Change-Id: I630d9ea13613fb7c0bcdb981e8367facff250ba0 Reviewed-on: https://go-review.googlesource.com/c/go/+/227582 Run-TryBot: Austin Clements TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor Reviewed-by: Cherry Zhang --- api/except.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'api') diff --git a/api/except.txt b/api/except.txt index 6316401897..ccfdf06c55 100644 --- a/api/except.txt +++ b/api/except.txt @@ -8,10 +8,6 @@ pkg os (linux-arm), const O_SYNC = 4096 pkg os (linux-arm-cgo), const O_SYNC = 4096 pkg os (linux-arm), const O_SYNC = 1052672 pkg os (linux-arm-cgo), const O_SYNC = 1052672 -pkg syscall (darwin-386), const ImplementsGetwd = false -pkg syscall (darwin-386), func Fchflags(string, int) error -pkg syscall (darwin-386-cgo), const ImplementsGetwd = false -pkg syscall (darwin-386-cgo), func Fchflags(string, int) error pkg syscall (darwin-amd64), const ImplementsGetwd = false pkg syscall (darwin-amd64), func Fchflags(string, int) error pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false -- cgit v1.2.3-54-g00ecf