Cleanup the code

This commit is contained in:
JCW
2026-04-30 17:28:30 +01:00
parent a3f8e8f32a
commit 6897a853bb

View File

@@ -26,10 +26,7 @@ class sink; // NOLINT(readability-identifier-naming)
} // namespace spdlog
struct BenchmarkLoggingInitializer;
class LoggerFixture;
struct LogServiceInitTests;
struct LogFileRotationTests;
namespace xrpl {
@@ -366,9 +363,7 @@ private:
class LogServiceState
{
protected:
friend struct ::LogServiceInitTests;
friend class ::LoggerFixture;
friend struct ::LogFileRotationTests;
friend class Logger;
/**