This commit is contained in:
gobwas 2016-02-24 23:10:13 +03:00
parent 5abd72c544
commit 803c985a9a
1 changed files with 0 additions and 5 deletions

View File

@ -46,11 +46,6 @@ var segmentsByRuneLength [5][]int = [5][]int{
4: segments4,
}
const (
asciiLo = 0
asciiHi = 127
)
func init() {
for i := cacheToAndHigher; i >= cacheFrom; i >>= 1 {
func(i int) {