diff --git a/match/segments.go b/match/segments.go index 5406f37..9ea6f30 100644 --- a/match/segments.go +++ b/match/segments.go @@ -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) {