Some code cleanups tagged by static analysis

This commit is contained in:
seelabs
2021-06-07 11:26:27 -04:00
committed by manojsdoshi
parent 78bc2727f7
commit cd27b5f2bd
28 changed files with 60 additions and 57 deletions

View File

@@ -52,7 +52,7 @@ class PerfLog_test : public beast::unit_test::suite
beast::Journal j_;
bool stopSignaled{false};
Fixture(beast::Journal const& j) : j_(j)
explicit Fixture(beast::Journal j) : j_(j)
{
}