From 7c44647d9994fe2ad7ba9110b612fb28f043a376 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 6 Dec 2024 15:23:16 +0200 Subject: [PATCH] Clean spdlog.cpp --- src/spdlog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spdlog.cpp b/src/spdlog.cpp index 0515b635..85296782 100644 --- a/src/spdlog.cpp +++ b/src/spdlog.cpp @@ -11,7 +11,6 @@ namespace spdlog { - static std::shared_ptr s_context = #ifndef SPDLOG_DISABLE_GLOBAL_LOGGER std::make_unique(std::make_unique(std::string(), std::make_unique()));