summaryrefslogtreecommitdiff
path: root/src/os/file_posix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/file_posix.go')
-rw-r--r--src/os/file_posix.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/file_posix.go b/src/os/file_posix.go
index e06ab1b7b9..5692657753 100644
--- a/src/os/file_posix.go
+++ b/src/os/file_posix.go
@@ -12,8 +12,6 @@ import (
"time"
)
-func sigpipe() // implemented in package runtime
-
// Close closes the File, rendering it unusable for I/O.
// On files that support SetDeadline, any pending I/O operations will
// be canceled and return immediately with an ErrClosed error.