diff options
Diffstat (limited to 'src/os/file.go')
-rw-r--r-- | src/os/file.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/os/file.go b/src/os/file.go index a7aa40430..4d90bdde5 100644 --- a/src/os/file.go +++ b/src/os/file.go @@ -196,8 +196,3 @@ func Readlink(name string) (string, error) { func TempDir() string { return "/tmp" } - -// Getpid is a stub (for now), always returning 1 -func Getpid() int { - return 1 -} |