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:
parent
2443c181ef
commit
c2ad4bd281
1 changed files with 0 additions and 7 deletions
|
@ -119,13 +119,6 @@ module Sass
|
||||||
next
|
next
|
||||||
end
|
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?
|
# Are we looking at an operator?
|
||||||
if symbol && (symbol != :mod || str.empty?)
|
if symbol && (symbol != :mod || str.empty?)
|
||||||
str = reset_str.call
|
str = reset_str.call
|
||||||
|
|
Loading…
Add table
Reference in a new issue