Fix for build breakage

git-svn-id: svn://10.0.0.236/trunk@27690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
harishd%netscape.com
1999-04-15 20:59:41 +00:00
parent 2ca003e0ee
commit 64a8c2ce0a
2 changed files with 0 additions and 6 deletions

View File

@@ -249,9 +249,6 @@ void nsDTDContext::Push(eHTMLTags aTag) {
eHTMLTags nsDTDContext::Pop() {
eHTMLTags result=eHTMLTag_unknown;
PRInt32 size = GetCount();
#ifndef NS_DEBUG
size = mTags.mCount;
#endif
if(size>0) {
result=mTags.Pop();
size--;