test: drop useless call to view::use

This commit is contained in:
Michele Caini
2023-07-11 17:57:14 +02:00
parent e1d84d0b92
commit a12b99ad49

View File

@@ -1316,8 +1316,6 @@ TEST(MultiComponentView, StableTypeWithExcludedComponent) {
entt::registry registry;
auto view = registry.view<stable_type>(entt::exclude<int>);
view.use<stable_type>();
const auto entity = registry.create();
const auto other = registry.create();