Skip to content

Commit

Permalink
Fix dead assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Feb 18, 2017
1 parent f1f52f9 commit 9433913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,6 @@ namespace Sass {
bool right_ws = peek < css_comments >() != NULL;
operators.push_back({ op, left_ws, right_ws });
operands.push_back(parse_expression());
left_ws = peek < css_comments >() != NULL;
}
// we are called recursively for list, so we first
// fold inner binary expression which has delayed
Expand Down

0 comments on commit 9433913

Please sign in to comment.