mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 09:24:33 +00:00
Remove dead code in the compiler
This commit is contained in:
@@ -18,8 +18,6 @@ gb_internal gb_inline bool string_hash_key_equal(StringHashKey const &a, StringH
|
||||
}
|
||||
return false;
|
||||
}
|
||||
gb_internal bool operator==(StringHashKey const &a, StringHashKey const &b) { return string_hash_key_equal(a, b); }
|
||||
gb_internal bool operator!=(StringHashKey const &a, StringHashKey const &b) { return !string_hash_key_equal(a, b); }
|
||||
|
||||
template <typename T>
|
||||
struct StringMapEntry {
|
||||
|
||||
Reference in New Issue
Block a user