Explorar el Código

test: cleanup

Michele Caini hace 1 año
padre
commit
5f819c1b25
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      test/entt/entity/storage_entity.cpp

+ 0 - 2
test/entt/entity/storage_entity.cpp

@@ -173,8 +173,6 @@ TEST(StorageEntity, Generate) {
 }
 
 TEST(StorageEntity, GenerateFrom) {
-    using traits_type = entt::entt_traits<entt::entity>;
-
     entt::storage<entt::entity> pool;
     std::array entity{entt::entity{0}, entt::entity{1}, entt::entity{2}};