Michele Caini 2 лет назад
Родитель
Сommit
57d1754bc8
1 измененных файлов с 0 добавлено и 2 удалено
  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;