Remove _HashUnion from StringName

This commit is contained in:
Wilson E. Alvarez 2024-02-14 15:38:57 -05:00
parent 907db8eebc
commit d2003d2025
No known key found for this signature in database
GPG Key ID: A32174A3D2ED3F9E

View File

@ -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();