diff options
Diffstat (limited to 'src/pkg/syscall/errstr.go')
-rw-r--r-- | src/pkg/syscall/errstr.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/syscall/errstr.go b/src/pkg/syscall/errstr.go index 67a529d34..12a2c0d62 100644 --- a/src/pkg/syscall/errstr.go +++ b/src/pkg/syscall/errstr.go @@ -4,7 +4,6 @@ package syscall -import "syscall" func str(val int) string { // do it here rather than with fmt to avoid dependency if val < 0 { |