1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Get rid of a bit of useless code in SassScript parsing.

This commit is contained in:
Nathan Weizenbaum 2008-06-15 00:43:36 -07:00
parent 2443c181ef
commit c2ad4bd281

View file

@ -119,13 +119,6 @@ module Sass
next
end
# Is this a constant?
if beginning_of_token && symbol == :const
beginning_of_token = true
to_return << :const
next
end
# Are we looking at an operator?
if symbol && (symbol != :mod || str.empty?)
str = reset_str.call