build: remove dead code

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7877045
This commit is contained in:
Russ Cox 2013-03-22 17:28:22 -04:00
parent f29b091110
commit f6d0adedb6
24 changed files with 3 additions and 38 deletions

View file

@ -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.