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