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

@@ -1806,7 +1806,6 @@ nsHtml5Tokenizer::stateLoop(int32_t state, char16_t c, int32_t pos, char16_t* bu
NS_HTML5_BREAK(outer);
}
appendCharRefBuf(c);
continue;
}
outer_end: ;
if (candidate == -1) {
@@ -4355,7 +4354,6 @@ nsHtml5Tokenizer::eof()
if (hi < lo) {
NS_HTML5_BREAK(outer);
}
continue;
}
outer_end: ;
if (candidate == -1) {
@@ -4435,7 +4433,6 @@ nsHtml5Tokenizer::eof()
}
eofloop_end: ;
tokenHandler->eof();
return;
}
void