Update logger_impl.h

This commit is contained in:
Gabi Melman 2017-12-06 15:59:27 +02:00 committed by GitHub
parent b1be7b9fea
commit 88fe218741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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