style: Remove a unused line to fix a warning.

Bug: 1461285
This commit is contained in:
Xidorn Quan 2018-07-12 14:19:16 +10:00 committed by Emilio Cobos Álvarez
parent d4ea70fd34
commit dd277be487
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -2254,7 +2254,6 @@ impl<'a> Iterator for AllShorthandDeclarationIterator<'a> {
))
}
AllShorthand::WithVariables(ref unparsed) => {
let id = self.longhands.next()?;
Some(PropertyDeclaration::WithVariables(
VariableDeclaration {
id: self.longhands.next()?,