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
@@ -1,5 +1,4 @@
//go:build !wasi && !darwin
// +build !wasi,!darwin
package syscall
-1
View File
@@ -1,5 +1,4 @@
//go:build baremetal || wasm
// +build baremetal wasm
// This file emulates some file-related functions that are only available
// under a real operating system.
-1
View File
@@ -1,5 +1,4 @@
//go:build !baremetal && !wasm
// +build !baremetal,!wasm
// This file assumes there is a libc available that runs on a real operating
// system.
-1
View File
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build darwin || linux
// +build darwin linux
package syscall_test
-1
View File
@@ -1,5 +1,4 @@
//go:build baremetal || wasi || wasm
// +build baremetal wasi wasm
// This file emulates some process-related functions that are only available
// under a real operating system.
-1
View File
@@ -1,5 +1,4 @@
//go:build !baremetal && !wasi && !wasm
// +build !baremetal,!wasi,!wasm
// This file assumes there is a libc available that runs on a real operating
// system.
-1
View File
@@ -1,5 +1,4 @@
//go:build darwin || nintendoswitch || wasi
// +build darwin nintendoswitch wasi
package syscall
-1
View File
@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin
package syscall
-1
View File
@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin
package syscall
-1
View File
@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin
package syscall
@@ -1,5 +1,4 @@
//go:build nintendoswitch
// +build nintendoswitch
package syscall
-1
View File
@@ -1,5 +1,4 @@
//go:build wasi
// +build wasi
package syscall
-1
View File
@@ -1,5 +1,4 @@
//go:build baremetal || js
// +build baremetal js
package syscall
-1
View File
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build baremetal || nintendoswitch || js
// +build baremetal nintendoswitch js
package syscall