mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 13:33:13 +00:00
Fix issues with exact integer bounds and remove dead code
This commit is contained in:
@@ -1085,7 +1085,7 @@ bool is_type_polymorphic(Type *t) {
|
||||
|
||||
|
||||
bool type_has_undef(Type *t) {
|
||||
t = base_type(t);
|
||||
// t = base_type(t);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user