Browse Source

test: cleanup

Michele Caini 1 year ago
parent
commit
473a53d796
1 changed files with 0 additions and 4 deletions
  1. 0 4
      test/entt/entity/runtime_view.cpp

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

@@ -33,10 +33,6 @@ TYPED_TEST(RuntimeView, Functionalities) {
     ASSERT_FALSE(view.contains(e0));
     ASSERT_FALSE(view.contains(e1));
 
-    // forces the creation of the pools
-    static_cast<void>(registry.storage<int>());
-    static_cast<void>(registry.storage<char>());
-
     view.iterate(registry.storage<int>()).iterate(registry.storage<char>());
 
     ASSERT_TRUE(view);