1
0
skypjack 9 сар өмнө
parent
commit
b3b48db957

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

@@ -328,9 +328,6 @@ public:
     meta_any(meta_any &&other) noexcept
         : meta_any{*other.ctx, std::move(other)} {}
 
-    /*! @brief Frees the internal storage, whatever it means. */
-    ~meta_any() = default;
-
     /**
      * @brief Copy assignment operator.
      * @param other The instance to copy from.