From da2d7e92caed6ef7bb33b837bbe4d4934f799ad0 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 17 Oct 2023 15:21:15 -0400 Subject: misc: drop old +build lines This is all there was outside of the src and test top-level directories. Change-Id: Id29b1c92cab7087681f89504e861a47dc30ba834 Reviewed-on: https://go-review.googlesource.com/c/go/+/536238 Reviewed-by: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor Auto-Submit: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI --- misc/ios/detect.go | 1 - 1 file changed, 1 deletion(-) (limited to 'misc') diff --git a/misc/ios/detect.go b/misc/ios/detect.go index 1cb8ae5ff7..1a72eafda0 100644 --- a/misc/ios/detect.go +++ b/misc/ios/detect.go @@ -3,7 +3,6 @@ // license that can be found in the LICENSE file. //go:build ignore -// +build ignore // detect attempts to autodetect the correct // values of the environment variables -- cgit v1.2.3-54-g00ecf