mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove a unused line to fix a warning.
Bug: 1461285
This commit is contained in:
parent
d4ea70fd34
commit
dd277be487
1 changed files with 0 additions and 1 deletions
|
@ -2254,7 +2254,6 @@ impl<'a> Iterator for AllShorthandDeclarationIterator<'a> {
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
AllShorthand::WithVariables(ref unparsed) => {
|
AllShorthand::WithVariables(ref unparsed) => {
|
||||||
let id = self.longhands.next()?;
|
|
||||||
Some(PropertyDeclaration::WithVariables(
|
Some(PropertyDeclaration::WithVariables(
|
||||||
VariableDeclaration {
|
VariableDeclaration {
|
||||||
id: self.longhands.next()?,
|
id: self.longhands.next()?,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue