From 88fe218741d46deed401f5458dbbda6fa1c1f2f2 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 6 Dec 2017 15:59:27 +0200 Subject: [PATCH] Update logger_impl.h --- include/spdlog/details/logger_impl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/spdlog/details/logger_impl.h b/include/spdlog/details/logger_impl.h index 4fbaa86f..22f6fa9c 100644 --- a/include/spdlog/details/logger_impl.h +++ b/include/spdlog/details/logger_impl.h @@ -252,8 +252,6 @@ inline void spdlog::logger::critical(const wchar_t* fmt, const Args&... args) log(level::critical, fmt, args...); } -} - #endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT