mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +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);
|
ir_mangle_add_sub_type_name(m, sub, name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
GB_PANIC("Unknown poly type %s %p", type_to_string(e->type), e);
|
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user