aboutsummaryrefslogtreecommitdiff
path: root/src/time
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2020-04-06 13:43:17 -0400
committerAustin Clements <austin@google.com>2020-04-08 18:37:36 +0000
commit8b4cbcc32098733832db0ba0cd8a8569315861c2 (patch)
treec28e524b0ed0e6340d8c9112aa8c379246d905a7 /src/time
parentf7e6ab44b410ef56bb89da182948a451d3cca34c (diff)
downloadgo-8b4cbcc32098733832db0ba0cd8a8569315861c2.tar.gz
go-8b4cbcc32098733832db0ba0cd8a8569315861c2.zip
all: remove darwin/386 build-tags and files
This removes all files that are only used on darwin/386 and cleans up build tags in files that are still used on other platforms. Updates #37610. Change-Id: If246642476c12d15f59a474e2b91a29c0c02fe75 Reviewed-on: https://go-review.googlesource.com/c/go/+/227581 Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'src/time')
-rw-r--r--src/time/zoneinfo_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/zoneinfo_unix.go b/src/time/zoneinfo_unix.go
index d1278cbf2c..c311ddc33f 100644
--- a/src/time/zoneinfo_unix.go
+++ b/src/time/zoneinfo_unix.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build aix darwin,386 darwin,amd64 dragonfly freebsd linux,!android netbsd openbsd solaris
+// +build aix darwin,amd64 dragonfly freebsd linux,!android netbsd openbsd solaris
// Parse "zoneinfo" time zone file.
// This is a fairly standard file format used on OS X, Linux, BSD, Sun, and others.