瀏覽代碼

test: suppress warnings due to unused aliases

Michele Caini 2 年之前
父節點
當前提交
4e89acb2ef
共有 1 個文件被更改,包括 0 次插入2 次删除
  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) {
 TYPED_TEST(SparseSet, CustomAllocator) {
     using entity_type = typename TestFixture::type;
     using entity_type = typename TestFixture::type;
-    using sparse_set_type = entt::basic_sparse_set<entity_type>;
 
 
     for(const auto policy: this->deletion_policy) {
     for(const auto policy: this->deletion_policy) {
         const test::throwing_allocator<entity_type> allocator{};
         const test::throwing_allocator<entity_type> allocator{};
@@ -2137,7 +2136,6 @@ TYPED_TEST(SparseSet, CustomAllocator) {
 
 
 TYPED_TEST(SparseSet, ThrowingAllocator) {
 TYPED_TEST(SparseSet, ThrowingAllocator) {
     using entity_type = typename TestFixture::type;
     using entity_type = typename TestFixture::type;
-    using sparse_set_type = entt::basic_sparse_set<entity_type>;
     using traits_type = entt::entt_traits<entity_type>;
     using traits_type = entt::entt_traits<entity_type>;
 
 
     for(const auto policy: this->deletion_policy) {
     for(const auto policy: this->deletion_policy) {