aboutsummaryrefslogtreecommitdiff
path: root/src/os/user/getgrouplist_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/user/getgrouplist_unix.go')
-rw-r--r--src/os/user/getgrouplist_unix.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/user/getgrouplist_unix.go b/src/os/user/getgrouplist_unix.go
index fd66961ccf..104c2243df 100644
--- a/src/os/user/getgrouplist_unix.go
+++ b/src/os/user/getgrouplist_unix.go
@@ -3,9 +3,6 @@
// license that can be found in the LICENSE file.
//go:build (dragonfly || freebsd || (!android && linux) || netbsd || openbsd || (solaris && !illumos)) && cgo && !osusergo
-// +build dragonfly freebsd !android,linux netbsd openbsd solaris,!illumos
-// +build cgo
-// +build !osusergo
package user