Browse Source

Remove assert that should have never been there

gingerBill 6 years ago
parent
commit
bb62bed981
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/ir.cpp

+ 0 - 2
src/ir.cpp

@@ -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;
 	}