Browse Source

type_info: removed useless friend declaration

Michele Caini 4 years ago
parent
commit
1bb0d017c3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/entt/core/type_info.hpp

+ 0 - 3
src/entt/core/type_info.hpp

@@ -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 *);