Ver Fonte

neta_factory: cleanup

skypjack há 2 meses atrás
pai
commit
7db611eb00
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/entt/meta/factory.hpp

+ 0 - 1
src/entt/meta/factory.hpp

@@ -139,7 +139,6 @@ protected:
 public:
     basic_meta_factory(meta_ctx &area, meta_type_node node, const id_type id)
         : ctx{&meta_context::from(area)},
-          bucket{},
           state{mode::type} {
         if(const auto it = ctx->bucket.find(id); it == ctx->bucket.cend()) {
             ENTT_ASSERT(unique_alias(id), "Duplicate identifier");