Skip to content

Commit f97fa27

Browse files
committed
remove obsolete build tag
Signed-off-by: tyltr <[email protected]>
1 parent a6b35ff commit f97fa27

34 files changed

+0
-34
lines changed

cmd/prometheus/main_unix_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313
//
1414
//go:build !windows
15-
// +build !windows
1615

1716
package main
1817

config/config_default_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !windows
15-
// +build !windows
1615

1716
package config
1817

plugins/generate.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build plugins
15-
// +build plugins
1615

1716
package main
1817

promql/fuzz.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
// Only build when go-fuzz is in use
1515
//go:build gofuzz
16-
// +build gofuzz
1716

1817
package promql
1918

promql/fuzz_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
// Only build when go-fuzz is in use
1515
//go:build gofuzz
16-
// +build gofuzz
1716

1817
package promql
1918

scripts/tools.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build tools
15-
// +build tools
1615

1716
// Package tools tracks dependencies for tools that are required to generate the protobuf code.
1817
// See https://github.com/golang/go/issues/25922

tsdb/chunks/head_chunks_other.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !windows
15-
// +build !windows
1615

1716
package chunks
1817

tsdb/fileutil/dir_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build !windows
16-
// +build !windows
1716

1817
package fileutil
1918

tsdb/fileutil/dir_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build windows
16-
// +build windows
1716

1817
package fileutil
1918

tsdb/fileutil/flock_js.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build js
15-
// +build js
1615

1716
package fileutil
1817

tsdb/fileutil/flock_solaris.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build solaris
15-
// +build solaris
1615

1716
package fileutil
1817

tsdb/fileutil/flock_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
15-
// +build darwin dragonfly freebsd linux netbsd openbsd
1615

1716
package fileutil
1817

tsdb/fileutil/mmap_386.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build windows
15-
// +build windows
1615

1716
package fileutil
1817

tsdb/fileutil/mmap_amd64.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build windows
15-
// +build windows
1615

1716
package fileutil
1817

tsdb/fileutil/mmap_arm64.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build windows
15-
// +build windows
1615

1716
package fileutil
1817

tsdb/fileutil/mmap_js.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build js
15-
// +build js
1615

1716
package fileutil
1817

tsdb/fileutil/mmap_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !windows && !plan9 && !js
15-
// +build !windows,!plan9,!js
1615

1716
package fileutil
1817

tsdb/fileutil/preallocate_other.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build !linux && !darwin
16-
// +build !linux,!darwin
1716

1817
package fileutil
1918

tsdb/fileutil/sync.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build !linux && !darwin
16-
// +build !linux,!darwin
1716

1817
package fileutil
1918

tsdb/fileutil/sync_darwin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build darwin
16-
// +build darwin
1716

1817
package fileutil
1918

tsdb/fileutil/sync_linux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build linux
16-
// +build linux
1716

1817
package fileutil
1918

tsdb/goversion/goversion.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build go1.12
15-
// +build go1.12
1615

1716
// Package goversion enforces the go version supported by the tsdb module.
1817
package goversion

tsdb/wal_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !windows
15-
// +build !windows
1615

1716
package tsdb
1817

util/runtime/limits_default.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !windows
15-
// +build !windows
1615

1716
package runtime
1817

util/runtime/limits_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build windows
15-
// +build windows
1615

1716
package runtime
1817

util/runtime/statfs.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build openbsd || windows || netbsd || solaris
15-
// +build openbsd windows netbsd solaris
1615

1716
package runtime
1817

util/runtime/statfs_default.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !windows && !openbsd && !netbsd && !solaris && !386
15-
// +build !windows,!openbsd,!netbsd,!solaris,!386
1615

1716
package runtime
1817

util/runtime/statfs_linux_386.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build linux && 386
15-
// +build linux,386
1615

1716
package runtime
1817

util/runtime/statfs_uint32.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build (386 && darwin) || (386 && freebsd)
15-
// +build 386,darwin 386,freebsd
1615

1716
package runtime
1817

util/runtime/uname_default.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !linux
15-
// +build !linux
1615

1716
package runtime
1817

util/runtime/vmlimits_default.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !windows && !openbsd
15-
// +build !windows,!openbsd
1615

1716
package runtime
1817

util/runtime/vmlimits_openbsd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build openbsd
15-
// +build openbsd
1615

1716
package runtime
1817

web/ui/assets_embed.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build builtinassets
15-
// +build builtinassets
1615

1716
package ui
1817

web/ui/ui.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// limitations under the License.
1313

1414
//go:build !builtinassets
15-
// +build !builtinassets
1615

1716
package ui
1817

0 commit comments

Comments
 (0)