From 25327003572a58f679732d29c969bb22f1e24cc8 Mon Sep 17 00:00:00 2001 From: joanvallve <jvallve@iri.upc.edu> Date: Mon, 17 Jun 2024 12:26:01 +0200 Subject: [PATCH] no need of keep compatibility with old spdlog versions --- include/core/utils/logging.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/core/utils/logging.h b/include/core/utils/logging.h index 965b218ed..669f93552 100644 --- a/include/core/utils/logging.h +++ b/include/core/utils/logging.h @@ -34,14 +34,10 @@ // spdlog include #include "spdlog/spdlog.h" -#if SPDLOG_VER_MAJOR >= 1 #include "spdlog/async.h" // enable the use of ostream operator<< #include "spdlog/fmt/ostr.h" #include "spdlog/sinks/stdout_color_sinks.h" -#else -#include "spdlog/fmt/bundled/ostream.h" -#endif // Wolf includes #include "core/utils/singleton.h" -- GitLab