From 83d97e96e13a9f33720d06ea930c4e5ab286bb62 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Fri, 23 May 2003 22:24:35 +0000 Subject: [PATCH] Bug 206166 Unused variable `PRInt32 cnt' in nsSHistory::CompareFrames r=radha sr=rbs --- xpfe/components/shistory/src/nsSHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/components/shistory/src/nsSHistory.cpp b/xpfe/components/shistory/src/nsSHistory.cpp index 836959ba8bd9..ca39a22120e8 100644 --- a/xpfe/components/shistory/src/nsSHistory.cpp +++ b/xpfe/components/shistory/src/nsSHistory.cpp @@ -762,7 +762,7 @@ nsSHistory::CompareFrames(nsISHEntry * aPrevEntry, nsISHEntry * aNextEntry, nsID } /* The root entries are the same, so compare any child frames */ - PRInt32 cnt=0, pcnt=0, ncnt=0, dsCount=0; + PRInt32 pcnt=0, ncnt=0, dsCount=0; nsCOMPtr prevContainer(do_QueryInterface(aPrevEntry)); nsCOMPtr nextContainer(do_QueryInterface(aNextEntry)); nsCOMPtr dsTreeNode(do_QueryInterface(aParent));