From dd277be4871472b461727ea99367773d5e3ac3a5 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Thu, 12 Jul 2018 14:19:16 +1000 Subject: [PATCH] style: Remove a unused line to fix a warning. Bug: 1461285 --- components/style/properties/properties.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index dcc85d57509..9372068b052 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -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()?,