From 1ba01ca3e25f6000f045da8cb1886983a78bfeda Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 4 Apr 2024 10:50:46 +0200 Subject: [PATCH] test: drop unused alias --- test/entt/entity/handle.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/entt/entity/handle.cpp b/test/entt/entity/handle.cpp index 288b2f3f4..edd179072 100644 --- a/test/entt/entity/handle.cpp +++ b/test/entt/entity/handle.cpp @@ -183,8 +183,6 @@ TEST(BasicHandle, Destruction) { } ENTT_DEBUG_TEST(BasicHandleDeathTest, Destruction) { - using traits_type = entt::entt_traits; - entt::handle handle{}; ASSERT_DEATH(handle.destroy(0u);, "");