Browse Source

meta: cleanup

skypjack 6 months ago
parent
commit
b3b48db957
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/entt/meta/meta.hpp

+ 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.