Skip to content

Commit

Permalink
Merge pull request #88339 from Rubonnek/remove-hashunion
Browse files Browse the repository at this point in the history
Remove `_HashUnion` from `StringName`
  • Loading branch information
akien-mga committed Feb 15, 2024
2 parents 3ed81a8 + d2003d2 commit 0fb7e3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/string/string_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0fb7e3f

Please sign in to comment.