From eb3cb04d9ded98c390759ee6db956a9c6b8d27fe Mon Sep 17 00:00:00 2001 From: Manish Giri Date: Fri, 20 Dec 2019 08:48:51 +0000 Subject: [PATCH] Bug 1604600-Remove redundant return in void function. r=sylvestre Differential Revision: https://phabricator.services.mozilla.com/D57933 --HG-- extra : moz-landing-system : lando --- js/src/util/StructuredSpewer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/util/StructuredSpewer.cpp b/js/src/util/StructuredSpewer.cpp index 916f1a247c98..fea28661b163 100644 --- a/js/src/util/StructuredSpewer.cpp +++ b/js/src/util/StructuredSpewer.cpp @@ -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