From 803c985a9acae9b208653b4374f200c3b036a4fe Mon Sep 17 00:00:00 2001 From: gobwas Date: Wed, 24 Feb 2016 23:10:13 +0300 Subject: [PATCH] cleanup --- match/segments.go | 5 ----- 1 file changed, 5 deletions(-) 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) {