Sfoglia il codice sorgente

test: suppress warnings due to unused aliases

Michele Caini 2 anni fa
parent
commit
4e89acb2ef
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      test/entt/entity/sparse_set.cpp

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

@@ -2083,7 +2083,6 @@ TYPED_TEST(SparseSet, CanModifyDuringIteration) {
 
 TYPED_TEST(SparseSet, CustomAllocator) {
     using entity_type = typename TestFixture::type;
-    using sparse_set_type = entt::basic_sparse_set<entity_type>;
 
     for(const auto policy: this->deletion_policy) {
         const test::throwing_allocator<entity_type> allocator{};
@@ -2137,7 +2136,6 @@ TYPED_TEST(SparseSet, CustomAllocator) {
 
 TYPED_TEST(SparseSet, ThrowingAllocator) {
     using entity_type = typename TestFixture::type;
-    using sparse_set_type = entt::basic_sparse_set<entity_type>;
     using traits_type = entt::entt_traits<entity_type>;
 
     for(const auto policy: this->deletion_policy) {