Remove a redundant null check found by Coverity. bug 333388, r+sr=sicking
git-svn-id: svn://10.0.0.236/trunk@194039 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -555,9 +555,7 @@ nsCParserNode* nsDTDContext::Pop(nsEntryStack *&aChildStyleStack) {
|
||||
|
||||
|
||||
nsTagEntry* theEntry=mStack.EntryAt(mStack.mCount-1);
|
||||
if(theEntry) {
|
||||
aChildStyleStack=theEntry->mStyles;
|
||||
}
|
||||
aChildStyleStack=theEntry->mStyles;
|
||||
|
||||
result=mStack.Pop();
|
||||
theEntry->mParent=0;
|
||||
|
||||
Reference in New Issue
Block a user