cleanup specials

This commit is contained in:
gobwas 2016-02-25 00:42:13 +03:00
parent 084e0669a3
commit b7874cc364
1 changed files with 0 additions and 3 deletions

View File

@ -22,15 +22,12 @@ const (
var specials = []byte{
char_any,
char_separator,
char_single,
char_escape,
char_range_open,
char_range_close,
char_terms_open,
char_terms_close,
char_range_not,
char_range_between,
}
func special(c byte) bool {