diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-12 12:02:10 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-10-12 12:02:10 -0600 |
commit | dfd688b6aa7b044f7e7e0662288c66ee1d56e0e8 (patch) | |
tree | 151c3229b2ef8f768f99d7c12ce862922c5acb24 /device | |
parent | c01d52b66af1277201f3f39d9e0e45411ba0111b (diff) |
global: remove old-style build tags
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'device')
-rw-r--r-- | device/queueconstants_default.go | 1 | ||||
-rw-r--r-- | device/queueconstants_ios.go | 1 | ||||
-rw-r--r-- | device/race_disabled_test.go | 1 | ||||
-rw-r--r-- | device/race_enabled_test.go | 1 | ||||
-rw-r--r-- | device/sticky_default.go | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/device/queueconstants_default.go b/device/queueconstants_default.go index fa2c055..66ef600 100644 --- a/device/queueconstants_default.go +++ b/device/queueconstants_default.go @@ -1,5 +1,4 @@ //go:build !android && !ios && !windows -// +build !android,!ios,!windows /* SPDX-License-Identifier: MIT * diff --git a/device/queueconstants_ios.go b/device/queueconstants_ios.go index 21a0e26..854e4c2 100644 --- a/device/queueconstants_ios.go +++ b/device/queueconstants_ios.go @@ -1,5 +1,4 @@ //go:build ios -// +build ios /* SPDX-License-Identifier: MIT * diff --git a/device/race_disabled_test.go b/device/race_disabled_test.go index 6552f22..b3db3a1 100644 --- a/device/race_disabled_test.go +++ b/device/race_disabled_test.go @@ -1,5 +1,4 @@ //go:build !race -// +build !race /* SPDX-License-Identifier: MIT * diff --git a/device/race_enabled_test.go b/device/race_enabled_test.go index 1abba5a..1565100 100644 --- a/device/race_enabled_test.go +++ b/device/race_enabled_test.go @@ -1,5 +1,4 @@ //go:build race -// +build race /* SPDX-License-Identifier: MIT * diff --git a/device/sticky_default.go b/device/sticky_default.go index fa39ac0..1038256 100644 --- a/device/sticky_default.go +++ b/device/sticky_default.go @@ -1,5 +1,4 @@ //go:build !linux -// +build !linux package device |