mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
Fix issues with exact integer bounds and remove dead code
This commit is contained in:
+1
-1
@@ -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