mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
7c1955d7c3
commit
28db8795ee
1 changed files with 1 additions and 4 deletions
|
@ -31,10 +31,7 @@ type tokenizer struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t *tokenizer) reset() {
|
func (t *tokenizer) reset() {
|
||||||
m := t.m
|
clear(t.m)
|
||||||
for k := range m {
|
|
||||||
delete(m, k)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func tokenizeString(dst map[string]struct{}, s string) {
|
func tokenizeString(dst map[string]struct{}, s string) {
|
||||||
|
|
Loading…
Reference in a new issue