Index: src/pkg/runtime/os_plan9.c |
=================================================================== |
--- a/src/pkg/runtime/os_plan9.c |
+++ b/src/pkg/runtime/os_plan9.c |
@@ -317,12 +317,6 @@ |
runtime·plan9_semrelease(&mp->waitsemacount, 1); |
} |
-void |
-os·sigpipe(void) |
-{ |
- runtime·throw("too many writes on closed pipe"); |
-} |
- |
static int64 |
atolwhex(byte *p) |
{ |