diff options
author | Russ Cox <rsc@golang.org> | 2009-08-12 13:19:17 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-08-12 13:19:17 -0700 |
commit | 2ee4549f599ed214693abf75163176f178b4188c (patch) | |
tree | c9dbc55a8447806706f8ae757a04c3c41b815835 /src/pkg/syscall/errstr.go | |
parent | 5ff5b6823c8a023da5c9d6ccc2effe7fad8447f6 (diff) | |
download | golang-2ee4549f599ed214693abf75163176f178b4188c.tar.gz |
convert non-low-level non-google pkg code
to whole-package compilation.
R=r
OCL=33070
CL=33101
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 { |