Explorar el Código

meta: cleanup

Michele Caini hace 1 año
padre
commit
be0d274255
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/entt/meta/meta.hpp

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

@@ -271,7 +271,6 @@ public:
         : storage{std::in_place, value},
           ctx{&area} {
         if(storage) {
-            ctx = &area;
             node = internal::resolve<Type>(internal::meta_context::from(*ctx));
             vtable = &basic_vtable<Type>;
         }