Browse Source

test: cleanup

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

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

@@ -31,8 +31,6 @@ void listener(counter &counter, Registry &, typename Registry::entity_type) {
     ++counter.value;
 }
 
-struct empty_each_tag final {};
-
 TEST(SighMixin, GenericType) {
     entt::entity entity[2u]{entt::entity{3}, entt::entity{42}};
     entt::sigh_mixin<entt::storage<int>> pool;