Skip to content

Commit df5f3af

Browse files
committed
Remove some unused specificity calculations
1 parent 3392db0 commit df5f3af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/src/extend/extender.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,11 +669,9 @@ class Extender {
669669
}
670670

671671
var lineBreak = false;
672-
var specificity = _sourceSpecificityFor(compound);
673672
for (var state in path) {
674673
state.assertCompatibleMediaContext(mediaQueryContext);
675674
lineBreak = lineBreak || state.extender.lineBreak;
676-
specificity = math.max(specificity, state.specificity);
677675
}
678676

679677
return complexes

0 commit comments

Comments
 (0)