From 3653058bd3a4dadb2482066ea317a5d782aa0b91 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 19 Oct 2014 18:01:09 +0200 Subject: [PATCH] Remove unnecessary prototype for Log() --- lib/base/logger.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/base/logger.hpp b/lib/base/logger.hpp index 61ecc5050..514d6f0ba 100644 --- a/lib/base/logger.hpp +++ b/lib/base/logger.hpp @@ -98,9 +98,6 @@ private: static std::set m_Loggers; static bool m_ConsoleLogEnabled; static LogSeverity m_ConsoleLogSeverity; - - friend I2_BASE_API void Log(LogSeverity severity, const String& facility, - const String& message); }; I2_BASE_API void IcingaLog(LogSeverity severity, const String& facility, const String& message); -- 2.40.0