Browse Source

meta: cleanup

Michele Caini 1 year ago
parent
commit
be0d274255
1 changed files with 0 additions and 1 deletions
  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>;
         }