From 24ab9dd19e0505bd41a07d2f17dd35249c741611 Mon Sep 17 00:00:00 2001 From: Vladislav Shchapov Date: Fri, 29 Jul 2022 23:05:04 +0500 Subject: [PATCH] Remove duplicate method Signed-off-by: Vladislav Shchapov --- include/fmt/chrono.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index 7fa368f3..f74b9e1e 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -2006,11 +2006,6 @@ struct formatter, default_specs + sizeof(default_specs) / sizeof(Char)); } - template - FMT_CONSTEXPR auto parse(ParseContext& ctx) -> decltype(ctx.begin()) { - return this->do_parse(ctx.begin(), ctx.end()); - } - template auto format(std::chrono::time_point val, FormatContext& ctx) const -> decltype(ctx.out()) {