Skip to content

Commit

Permalink
style: Remove a unused line to fix a warning.
Browse files Browse the repository at this point in the history
Bug: 1461285
  • Loading branch information
upsuper authored and emilio committed Jul 16, 2018
1 parent d4ea70f commit dd277be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/style/properties/properties.mako.rs
Expand Up @@ -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()?,
Expand Down

0 comments on commit dd277be

Please sign in to comment.