Skip to content

Commit

Permalink
Remove obsolete // +build lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gogolok committed Dec 2, 2024
1 parent a058e93 commit eea0ba6
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion acceptance/creator_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/detector_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/exporter_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/extender_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/rebaser_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/restorer_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build acceptance
// +build acceptance

package acceptance

Expand Down
1 change: 0 additions & 1 deletion acceptance/testdata/launcher/exec.d/fd_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package main

Expand Down
1 change: 0 additions & 1 deletion acceptance/variables_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package acceptance

Expand Down
1 change: 0 additions & 1 deletion archive/tar_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package archive

Expand Down
1 change: 0 additions & 1 deletion internal/fsutil/os_detection_linux_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package fsutil_test

Expand Down
1 change: 0 additions & 1 deletion internal/fsutil/os_detection_notlinux_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows || darwin
// +build windows darwin

package fsutil_test

Expand Down
1 change: 0 additions & 1 deletion internal/path/defaults_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package path

Expand Down
1 change: 0 additions & 1 deletion launch/exec_d_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package launch

Expand Down
1 change: 0 additions & 1 deletion launch/launcher_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package launch

Expand Down
1 change: 0 additions & 1 deletion launch/testdata/cmd/execd/fd_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package main

Expand Down
1 change: 0 additions & 1 deletion launch/testhelpers/syscall_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package testhelpers

Expand Down
1 change: 0 additions & 1 deletion launch/testhelpers/syscall_windows.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build windows
// +build windows

package testhelpers

Expand Down
1 change: 0 additions & 1 deletion layers/layers_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package layers_test

Expand Down
1 change: 0 additions & 1 deletion priv/sock_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux || darwin
// +build linux darwin

package priv

Expand Down
1 change: 0 additions & 1 deletion priv/user_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package priv

Expand Down
1 change: 0 additions & 1 deletion testhelpers/vars_darwin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build darwin
// +build darwin

package testhelpers

Expand Down
1 change: 0 additions & 1 deletion testhelpers/vars_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package testhelpers

Expand Down

0 comments on commit eea0ba6

Please sign in to comment.