some cleanup

This commit is contained in:
gabime
2019-04-06 01:37:27 +03:00
parent 9716ff69c4
commit d12a858897
2 changed files with 3 additions and 10 deletions

View File

@@ -27,5 +27,3 @@ SPDLOG_INLINE spdlog::level::level_enum spdlog::sinks::sink::level() const
{
return static_cast<spdlog::level::level_enum>(level_.load(std::memory_order_relaxed));
}