aboutsummaryrefslogtreecommitdiff
path: root/src/os/user/lookup_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/user/lookup_unix.go')
-rw-r--r--src/os/user/lookup_unix.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/user/lookup_unix.go b/src/os/user/lookup_unix.go
index 1cabdb5b71..e25323fbad 100644
--- a/src/os/user/lookup_unix.go
+++ b/src/os/user/lookup_unix.go
@@ -3,8 +3,6 @@
// license that can be found in the LICENSE file.
//go:build (aix || darwin || dragonfly || freebsd || (js && wasm) || (!android && linux) || netbsd || openbsd || solaris) && (!cgo || osusergo)
-// +build aix darwin dragonfly freebsd js,wasm !android,linux netbsd openbsd solaris
-// +build !cgo osusergo
package user