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

@ -868,7 +868,6 @@ func (d *decodeState) literalInterface() interface{} {
}
return n
}
panic("unreachable")
}
// getu4 decodes \uXXXX from the beginning of s, returning the hex value,