فهرست منبع

storage: cleanup

Michele Caini 5 سال پیش
والد
کامیت
f9c995f03f
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      src/entt/entity/storage.hpp

+ 0 - 6
src/entt/entity/storage.hpp

@@ -21,12 +21,6 @@
 namespace entt {
 
 
-/*! @brief Empty storage category tag. */
-struct empty_storage_tag {};
-/*! @brief Dense storage category tag. */
-struct dense_storage_tag: empty_storage_tag {};
-
-
 /**
  * @brief Basic storage implementation.
  *