build: drop deprecated build tags

This commit is contained in:
Yurii Soldak
2022-12-19 22:20:23 +01:00
committed by Ron Evans
parent 146e2cd376
commit 8d4d3c6201
418 changed files with 4 additions and 425 deletions
-1
View File
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//
//go:build baremetal
// +build baremetal
package testing
-1
View File
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//
//go:build !baremetal
// +build !baremetal
package testing
-1
View File
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//
//go:build !wasi
// +build !wasi
package testing_test
-1
View File
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//
//go:build wasi
// +build wasi
package testing_test
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
// TODO: implement readdir for windows, then enable this file