From 2ba6785d8fc073520f6d2a5dced876e5fe3e1df4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 10 Sep 2024 19:00:08 -0700 Subject: [PATCH] Remove unused type --- include/fmt/base.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/fmt/base.h b/include/fmt/base.h index 505940f8..0dc6ce06 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2122,8 +2122,6 @@ auto get_iterator(buffer&, OutputIt out) -> OutputIt { // This type is intentionally undefined, only used for errors. template struct type_is_unformattable_for; -struct custom_tag {}; - template struct string_value { const Char* data; size_t size;