Remove _HashUnion from StringName
This commit is contained in:
parent
907db8eebc
commit
d2003d2025
@ -71,11 +71,6 @@ class StringName {
|
|||||||
|
|
||||||
_Data *_data = nullptr;
|
_Data *_data = nullptr;
|
||||||
|
|
||||||
union _HashUnion {
|
|
||||||
_Data *ptr = nullptr;
|
|
||||||
uint32_t hash;
|
|
||||||
};
|
|
||||||
|
|
||||||
void unref();
|
void unref();
|
||||||
friend void register_core_types();
|
friend void register_core_types();
|
||||||
friend void unregister_core_types();
|
friend void unregister_core_types();
|
||||||
|
Loading…
Reference in New Issue
Block a user