Merge pull request #88339 from Rubonnek/remove-hashunion

Remove `_HashUnion` from `StringName`
This commit is contained in:
Rémi Verschelde 2024-02-15 15:45:19 +01:00
commit 0fb7e3fc57
No known key found for this signature in database
GPG key ID: C3336907360768E1

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