mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
build: remove dead code
R=golang-dev, r CC=golang-dev https://golang.org/cl/7877045
This commit is contained in:
parent
f29b091110
commit
f6d0adedb6
24 changed files with 3 additions and 38 deletions
|
|
@ -215,11 +215,6 @@ childerror:
|
|||
for {
|
||||
RawSyscall(SYS_EXIT, 253, 0, 0)
|
||||
}
|
||||
|
||||
// Calling panic is not actually safe,
|
||||
// but the for loop above won't break
|
||||
// and this shuts up the compiler.
|
||||
panic("unreached")
|
||||
}
|
||||
|
||||
// Try to open a pipe with O_CLOEXEC set on both file descriptors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue