зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1626776 - Delete redundant return statement at the end of a function with a void return type. r=jgilbert
Differential Revision: https://phabricator.services.mozilla.com/D70144 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
959220c110
Коммит
9ac972aca4
|
@ -817,7 +817,6 @@ void WebGLContext::PixelStorei(GLenum pname, uint32_t param) {
|
|||
}
|
||||
|
||||
ErrorInvalidEnumInfo("pname", pname);
|
||||
return;
|
||||
}
|
||||
|
||||
bool WebGLContext::DoReadPixelsAndConvert(
|
||||
|
|
Загрузка…
Ссылка в новой задаче