Browse Source

cleanup/suppress warnings

Michele Caini 6 years ago
parent
commit
894601aad2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      test/entt/entity/registry.cpp

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

@@ -1560,8 +1560,6 @@ TEST(Registry, Visit) {
     registry.assign<double>(other);
     registry.assign<char>(entity);
 
-    bool has[3]{};
-
     auto total = 0;
     auto esize = 0;
     auto osize = 0;