]> Cypherpunks repositories - gostls13.git/commit
os, runtime: remove unused implementations of os.sigpipe
authorIan Lance Taylor <iant@golang.org>
Fri, 17 Mar 2023 20:30:22 +0000 (13:30 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 12 May 2023 21:33:26 +0000 (21:33 +0000)
commit719e2b6f0991f89702a86d46bead2b23efc82aa7
tree0fb02ab3907eaaccd2f383684fa18b1aa01cc912
parent3e19dc2b237339420fc7e97a2766710a68ac29c2
os, runtime: remove unused implementations of os.sigpipe

Clean up instances that are unused since CL 6450058.

Change-Id: I0e9ae28cfa83fcc8abda8f5eca9c7dfc2c1c4ad1
Reviewed-on: https://go-review.googlesource.com/c/go/+/477396
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Bypass: Ian Lance Taylor <iant@golang.org>
src/os/file_posix.go
src/os/file_unix.go
src/runtime/os_plan9.go
src/runtime/os_windows.go