aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/x509/root_omit.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/root_omit.go')
-rw-r--r--src/crypto/x509/root_omit.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/x509/root_omit.go b/src/crypto/x509/root_omit.go
index 81f2f112d0..299d74835e 100644
--- a/src/crypto/x509/root_omit.go
+++ b/src/crypto/x509/root_omit.go
@@ -3,8 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ((darwin && arm64) || (darwin && amd64 && ios)) && x509omitbundledroots
-// +build darwin,arm64 darwin,amd64,ios
-// +build x509omitbundledroots
// This file provides the loadSystemRoots func when the
// "x509omitbundledroots" build tag has disabled bundling a copy,