diff options
Diffstat (limited to 'src/pkg/os/proc.go')
| -rw-r--r-- | src/pkg/os/proc.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/os/proc.go b/src/pkg/os/proc.go index 481ef6033..dfe388f25 100644 --- a/src/pkg/os/proc.go +++ b/src/pkg/os/proc.go @@ -11,7 +11,6 @@ import "syscall" var Args []string // provided by runtime var Envs []string // provided by runtime - // Getuid returns the numeric user id of the caller. func Getuid() int { return syscall.Getuid() } |
