type_info: removed useless friend declaration

This commit is contained in:
Michele Caini
2021-09-08 23:43:28 +02:00
parent f33ce615d9
commit 1bb0d017c3

View File

@@ -149,9 +149,6 @@ struct type_name final {
/*! @brief Implementation specific information about a type. */
class type_info final {
template<typename>
friend type_info type_id() ENTT_NOEXCEPT;
enum class operation { SEQ, HASH, NAME };
using vtable_type = id_type(const operation, void *);