From 894601aad2941ef5aa6d553f6bc428d43b85d823 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Fri, 31 Jan 2020 23:40:52 +0100 Subject: [PATCH] cleanup/suppress warnings --- test/entt/entity/registry.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/entt/entity/registry.cpp b/test/entt/entity/registry.cpp index 79c7b6cd5..a9349a066 100644 --- a/test/entt/entity/registry.cpp +++ b/test/entt/entity/registry.cpp @@ -1560,8 +1560,6 @@ TEST(Registry, Visit) { registry.assign(other); registry.assign(entity); - bool has[3]{}; - auto total = 0; auto esize = 0; auto osize = 0;