Bug 1381253 - Remove redundant control flow declarations rs=ehsan

MozReview-Commit-ID: FFxP4aMCbOL
This commit is contained in:
Sylvestre Ledru
2017-07-15 19:03:04 +02:00
parent 34eaa98bfb
commit 576cac5ec7
101 changed files with 1 additions and 176 deletions

View File

@@ -204,7 +204,6 @@ nsHtml5TreeBuilder::doctype(nsIAtom* name,
return;
}
errStrayDoctype();
return;
}
void
@@ -232,7 +231,6 @@ nsHtml5TreeBuilder::comment(char16_t* buf, int32_t start, int32_t length)
}
flushCharacters();
appendComment(stack[currentPtr]->node, buf, start, length);
return;
}
void
@@ -3343,7 +3341,6 @@ nsHtml5TreeBuilder::closeTheCell(int32_t eltPos)
}
clearTheListOfActiveFormattingElementsUpToTheLastMarker();
mode = IN_ROW;
return;
}
int32_t