Selaa lähdekoodia

test: drop unused alias

Michele Caini 2 vuotta sitten
vanhempi
commit
1ba01ca3e2
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      test/entt/entity/handle.cpp

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

@@ -183,8 +183,6 @@ TEST(BasicHandle, Destruction) {
 }
 
 ENTT_DEBUG_TEST(BasicHandleDeathTest, Destruction) {
-    using traits_type = entt::entt_traits<entt::entity>;
-
     entt::handle handle{};
 
     ASSERT_DEATH(handle.destroy(0u);, "");