From 456ebe41a9f72931663683ac1e29c425d7640a35 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Fri, 29 Jul 2011 14:38:45 +0200 Subject: [PATCH] Bug 672444 - Remove unused variable 'oldValue' in nsMathMLmpaddedFrame::UpdateValue; r=karlt --- layout/mathml/nsMathMLmpaddedFrame.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/mathml/nsMathMLmpaddedFrame.cpp b/layout/mathml/nsMathMLmpaddedFrame.cpp index b10d7557a37b..1e914b18f672 100644 --- a/layout/mathml/nsMathMLmpaddedFrame.cpp +++ b/layout/mathml/nsMathMLmpaddedFrame.cpp @@ -341,7 +341,6 @@ nsMathMLmpaddedFrame::UpdateValue(PRInt32 aSign, else amount = CalcLength(PresContext(), mStyleContext, aCSSValue); - nscoord oldValue = aValueToUpdate; if (NS_MATHML_SIGN_PLUS == aSign) aValueToUpdate += amount; else if (NS_MATHML_SIGN_MINUS == aSign)