зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1604600-Remove redundant return in void function. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D57933 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1a19a8da92
Коммит
eb3cb04d9d
|
@ -80,7 +80,6 @@ void StructuredSpewer::tryToInitializeOutput(const char* path) {
|
|||
// These logs are structured as a JSON array.
|
||||
output_.put("[");
|
||||
json_.emplace(output_);
|
||||
return;
|
||||
}
|
||||
|
||||
// Treat pattern like a glob, and return true if pattern exists
|
||||
|
|
Загрузка…
Ссылка в новой задаче