Remove call to reset_native in Lexer#lex

This commit is contained in:
Erik Michaels-Ober 2016-07-08 05:16:34 -07:00 committed by Yorick Peterse
parent dc30b8b6c1
commit 59d2b8c2bc
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 0 additions and 2 deletions

View File

@ -147,8 +147,6 @@ module Oga
tokens << [type, value, line]
end
reset_native
tokens
end