Merge pull request #88339 from Rubonnek/remove-hashunion
Remove `_HashUnion` from `StringName`
This commit is contained in:
commit
0fb7e3fc57
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user