From d2003d20258339a4c3a75772b9995744c493da3e Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Wed, 14 Feb 2024 15:38:57 -0500 Subject: [PATCH] Remove _HashUnion from StringName --- core/string/string_name.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/string/string_name.h b/core/string/string_name.h index 4ed58d82862d..89b4c07e0e86 100644 --- a/core/string/string_name.h +++ b/core/string/string_name.h @@ -71,11 +71,6 @@ class StringName { _Data *_data = nullptr; - union _HashUnion { - _Data *ptr = nullptr; - uint32_t hash; - }; - void unref(); friend void register_core_types(); friend void unregister_core_types();