Remove TYPES
diff --git a/include/fmt/core.h b/include/fmt/core.h
index 80e87e2..d37486d 100644
--- a/include/fmt/core.h
+++ b/include/fmt/core.h
@@ -1211,7 +1211,6 @@
   static constexpr unsigned long long types =
       is_packed ? internal::encode_types<Context, Args...>()
                 : internal::is_unpacked_bit | num_args;
-  FMT_DEPRECATED static constexpr unsigned long long TYPES = types;
 
   format_arg_store(const Args&... args)
       : data_{internal::make_arg<is_packed, Context>(args)...} {}