Skip to content

Commit 482b16a

Browse files
committed
Fix dead assignment
1 parent bf159b1 commit 482b16a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,6 @@ namespace Sass {
12721272
bool right_ws = peek < css_comments >() != NULL;
12731273
operators.push_back({ op, left_ws, right_ws });
12741274
operands.push_back(parse_expression());
1275-
left_ws = peek < css_comments >() != NULL;
12761275
}
12771276
// we are called recursively for list, so we first
12781277
// fold inner binary expression which has delayed

0 commit comments

Comments
 (0)