Browse Source

test: suppress warning due to unused alias

Michele Caini 2 years ago
parent
commit
0c7c6c58c0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/entt/entity/sparse_set.cpp

+ 0 - 1
test/entt/entity/sparse_set.cpp

@@ -215,7 +215,6 @@ ENTT_DEBUG_TEST(InPlaceDeathTest, FreeList) {
 }
 
 TEST(SwapOnly, FreeList) {
-    using traits_type = entt::entt_traits<entt::entity>;
     entt::sparse_set set{entt::deletion_policy::swap_only};
 
     ASSERT_EQ(set.size(), 0u);