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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue