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 gc.conservative && tinygo.wasm
// +build gc.conservative,tinygo.wasm
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build !gc.conservative || !tinygo.wasm
// +build !gc.conservative !tinygo.wasm
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.asyncify
// +build scheduler.asyncify
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.none
// +build scheduler.none
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.tasks
// +build scheduler.tasks
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && 386
// +build scheduler.tasks,386
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && amd64 && !windows
// +build scheduler.tasks,amd64,!windows
package task
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && amd64 && windows
// +build scheduler.tasks,amd64,windows
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && arm && !cortexm && !avr && !xtensa && !tinygo.riscv
// +build scheduler.tasks,arm,!cortexm,!avr,!xtensa,!tinygo.riscv
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && arm64
// +build scheduler.tasks,arm64
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && avr
// +build scheduler.tasks,avr
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && cortexm
// +build scheduler.tasks,cortexm
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && esp32
// +build scheduler.tasks,esp32
package task
-1
View File
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && esp8266
// +build scheduler.tasks,esp8266
package task
@@ -1,5 +1,4 @@
//go:build scheduler.tasks && tinygo.riscv
// +build scheduler.tasks,tinygo.riscv
package task