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

0 commit comments

Comments
 (0)