From 3363a90b66c79287ffc852b3b084d3b65705cd70 Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 5 Dec 2024 18:11:29 +0200 Subject: [PATCH] Fixed some tidy warnings --- include/spdlog/common.h | 9 --------- 1 file changed, 9 deletions(-) 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