diff --git a/include/fmt/format.h b/include/fmt/format.h index 37223f2d..880d948b 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -277,11 +277,6 @@ template struct is_contiguous> : std::true_type {}; -template struct type_identity { - using type = T; -}; -template using type_identity_t = typename type_identity::type; - namespace detail { FMT_CONSTEXPR inline void abort_fuzzing_if(bool condition) {