]> granicus.if.org Git - icinga2/commitdiff
Remove unnecessary prototype for Log()
authorGunnar Beutner <gunnar@beutner.name>
Sun, 19 Oct 2014 16:01:09 +0000 (18:01 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 19 Oct 2014 16:01:09 +0000 (18:01 +0200)
lib/base/logger.hpp

index 61ecc50504633a383e15056fbc76a534ec9a3af6..514d6f0bad8996327bad49952c27d01fa85f77ca 100644 (file)
@@ -98,9 +98,6 @@ private:
        static std::set<Logger::Ptr> 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);