From ec97bea58467873d987a9e3aeaaf2fd0f3bf6032 Mon Sep 17 00:00:00 2001 From: Bousk Date: Fri, 20 Apr 2018 15:33:46 +0100 Subject: [PATCH] Update pattern_formatter_impl.h --- include/spdlog/details/pattern_formatter_impl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/details/pattern_formatter_impl.h b/include/spdlog/details/pattern_formatter_impl.h index 943c13c8..76a04f4b 100644 --- a/include/spdlog/details/pattern_formatter_impl.h +++ b/include/spdlog/details/pattern_formatter_impl.h @@ -513,7 +513,6 @@ inline void spdlog::pattern_formatter::compile_pattern(const string &pattern) { _formatters.push_back(std::move(user_chars)); } - // if( if (++it != end) { handle_flag(*it);