Skip to content

Commit

Permalink
Remove _HashUnion from StringName
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubonnek committed Feb 14, 2024
1 parent 907db8e commit d2003d2
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 d2003d2

Please sign in to comment.