From 6897a853bb7be7167b8500d30feb8dd61ea5de20 Mon Sep 17 00:00:00 2001 From: JCW Date: Thu, 30 Apr 2026 17:28:30 +0100 Subject: [PATCH] Cleanup the code --- include/xrpl/basics/Logger.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/xrpl/basics/Logger.h b/include/xrpl/basics/Logger.h index 5a8dfe7cb9..b14c0fc747 100644 --- a/include/xrpl/basics/Logger.h +++ b/include/xrpl/basics/Logger.h @@ -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; /**