소스 검색

test: suppress warnings due to unused variables

Michele Caini 3 년 전
부모
커밋
e3defeba2a
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      test/entt/entity/storage_entity.cpp

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

@@ -60,8 +60,6 @@ ENTT_DEBUG_TEST(StorageEntityDeathTest, Get) {
 }
 
 TEST(StorageEntity, Move) {
-    using traits_type = entt::entt_traits<entt::entity>;
-
     entt::storage<entt::entity> pool;
 
     pool.push(entt::entity{1});
@@ -111,8 +109,6 @@ TEST(StorageEntity, Move) {
 }
 
 TEST(StorageEntity, Swap) {
-    using traits_type = entt::entt_traits<entt::entity>;
-
     entt::storage<entt::entity> pool;
     entt::storage<entt::entity> other;