Bug 206166 Unused variable `PRInt32 cnt' in nsSHistory::CompareFrames

r=radha sr=rbs
This commit is contained in:
timeless%mozdev.org 2003-05-23 22:24:35 +00:00
Родитель ad4efabeb5
Коммит 83d97e96e1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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<nsISHContainer> prevContainer(do_QueryInterface(aPrevEntry));
nsCOMPtr<nsISHContainer> nextContainer(do_QueryInterface(aNextEntry));
nsCOMPtr<nsIDocShellTreeNode> dsTreeNode(do_QueryInterface(aParent));