Remove unused type

This commit is contained in:
Victor Zverovich 2024-09-10 19:00:08 -07:00
parent 5644e7507c
commit 2ba6785d8f

View File

@ -2122,8 +2122,6 @@ auto get_iterator(buffer<T>&, OutputIt out) -> OutputIt {
// This type is intentionally undefined, only used for errors.
template <typename T, typename Char> struct type_is_unformattable_for;
struct custom_tag {};
template <typename Char> struct string_value {
const Char* data;
size_t size;