Skip to content

Commit af8a41a

Browse files
authored
chore: clean up code (#12)
1 parent 9a55b7a commit af8a41a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tokenizer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ func (t *Tokenizer) RawToken() (b []byte, err error) {
234234
k++
235235
continue
236236
}
237-
xx := string(t.buf[off : j+1])
238-
_ = xx
239237
if t.buf[j] == '>' && string(t.buf[j-2:j+1]) == suffix {
240238
pos = j
241239
break

0 commit comments

Comments
 (0)