diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 15718b12..952674b6 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -156,13 +156,4 @@ struct file_event_handlers { std::function before_close; std::function after_close; }; - -namespace details { - -// // to_string_view -// [[nodiscard]] constexpr spdlog::string_view_t to_string_view(const memory_buf_t &buf) noexcept { -// return spdlog::string_view_t{buf.data(), buf.size()}; -// } - -} // namespace details } // namespace spdlog