Bug 645750: Remove unused variables 'variantMask' and 'table' from nsCSSParser. r=dbaron

This commit is contained in:
Daniel Holbert 2011-03-29 09:53:09 -07:00
parent 44a2c9090a
commit eeeddcd75e

View File

@ -8056,8 +8056,6 @@ CSSParserImpl::ParseTransition()
for (PRUint32 i = 0; !foundProperty && i < numProps; ++i) {
if (!parsedProperty[i]) {
// if we haven't found this property yet, try to parse it
PRInt32 variantMask;
const PRInt32* table = nsnull;
if (ParseSingleValueProperty(tempValue, kTransitionProperties[i])) {
parsedProperty[i] = PR_TRUE;
cur[i] = AppendValueToList(values[i], cur[i], tempValue);