Reverted the version() function

This commit is contained in:
gabime
2019-09-05 19:50:00 +03:00
parent f196a9fd27
commit 65d02e495e
3 changed files with 1 additions and 10 deletions

View File

@@ -112,9 +112,4 @@ SPDLOG_INLINE void set_default_logger(std::shared_ptr<spdlog::logger> default_lo
details::registry::instance().set_default_logger(std::move(default_logger));
}
SPDLOG_INLINE std::string version()
{
return fmt::format("{}.{}.{}", SPDLOG_VER_MAJOR, SPDLOG_VER_MINOR, SPDLOG_VER_PATCH);
}
} // namespace spdlog