mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-06 13:07:59 +00:00
Remove assert that should have never been there
This commit is contained in:
@@ -5270,8 +5270,6 @@ void ir_gen_global_type_name(irModule *m, Entity *e, String name) {
|
||||
ir_mangle_add_sub_type_name(m, sub, name);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
GB_PANIC("Unknown poly type %s %p", type_to_string(e->type), e);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user