Skip to content

Commit 1aa1f04

Browse files
committed
remove old build tags
1 parent 03b5bb7 commit 1aa1f04

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1
-68
lines changed

cmd/drivers/hyperkit/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin && !arm64
2-
// +build darwin,!arm64
32

43
/*
54
Copyright 2016 The Kubernetes Authors All rights reserved.

cmd/drivers/kvm/main-nolinux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !linux
2-
// +build !linux
32

43
/*
54
Copyright 2016 The Kubernetes Authors All rights reserved.

cmd/drivers/kvm/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build linux
2-
// +build linux
32

43
/*
54
Copyright 2016 The Kubernetes Authors All rights reserved.

pkg/drivers/hyperkit/driver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin
2-
// +build darwin
32

43
/*
54
Copyright 2016 The Kubernetes Authors All rights reserved.

pkg/drivers/hyperkit/driver_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin
2-
// +build darwin
32

43
/*
54
Copyright 2018 The Kubernetes Authors All rights reserved.

pkg/drivers/hyperkit/network.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin
2-
// +build darwin
32

43
/*
54
Copyright 2016 The Kubernetes Authors All rights reserved.

pkg/drivers/hyperkit/network_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin
2-
// +build darwin
32

43
/*
54
Copyright 2016 The Kubernetes Authors All rights reserved.

pkg/drivers/hyperkit/vmnet.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin && cgo
2-
// +build darwin,cgo
32

43
/*
54
Copyright 2016 The Kubernetes Authors All rights reserved.

pkg/drivers/hyperkit/vmnet_stub.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin && !cgo
2-
// +build darwin,!cgo
32

43
/*
54
Copyright 2016 The Kubernetes Authors All rights reserved.

pkg/drivers/kic/oci/cgroups_linux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build linux
2-
// +build linux
32

43
/*
54
Copyright 2021 The Kubernetes Authors All rights reserved.

0 commit comments

Comments
 (0)