mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
Remove unused lex_specials method
This commit is contained in:
@@ -50,15 +50,5 @@ module Liquid
|
|||||||
@output << tok
|
@output << tok
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
protected
|
|
||||||
def lex_specials
|
|
||||||
c = @ss.getch
|
|
||||||
if s = SPECIALS[c]
|
|
||||||
return Token.new(s,c)
|
|
||||||
end
|
|
||||||
|
|
||||||
raise SyntaxError, "Unexpected character #{c}."
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user