Remove some dead code

This commit is contained in:
gingerBill
2020-07-14 16:36:33 +01:00
parent c4067372dd
commit c18fc2da9f
6 changed files with 17 additions and 10 deletions

View File

@@ -1788,7 +1788,6 @@ bool is_type_polymorphic(Type *t, bool or_specialized=false) {
bool type_has_undef(Type *t) {
// t = base_type(t);
return true;
}