diff options
Diffstat (limited to 'src/syscall/errstr_darwin.go')
-rw-r--r-- | src/syscall/errstr_darwin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syscall/errstr_darwin.go b/src/syscall/errstr_darwin.go index 8f060c550..65c525501 100644 --- a/src/syscall/errstr_darwin.go +++ b/src/syscall/errstr_darwin.go @@ -217,7 +217,6 @@ func init(){ error[EPROTO] = "Protocol error"; error[ETIME] = "STREAM ioctl timeout"; error[EOPNOTSUPP] = "Operation not supported on socket"; - error[ELAST] = "Must be equal largest errno"; } func str(val int64) string { // do it here rather than with fmt to avoid dependency |