From 2f028dffd3ac010ce6fc8a758ba92d57fcbf9c69 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 5 Dec 2024 07:42:39 +0200 Subject: [PATCH] Minor cleanup --- include/spdlog/details/os.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/spdlog/details/os.h b/include/spdlog/details/os.h index ccb849f7..c355753c 100644 --- a/include/spdlog/details/os.h +++ b/include/spdlog/details/os.h @@ -24,10 +24,8 @@ SPDLOG_API std::tm gmtime() noexcept; // eol definition and folder separator for the current os #ifdef _WIN32 constexpr static const char *default_eol = "\r\n"; -constexpr static const filename_t::value_type folder_seps_filename[] = L"\\/"; #else constexpr static const char *default_eol = "\n"; -constexpr static const filename_t::value_type folder_seps_filename[] = SPDLOG_FILENAME_T("/"); #endif // fopen_s on non windows for writing