aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-11-22 09:53:08 +0000
committergingerBill <bill@gingerbill.org>2018-11-22 09:53:08 +0000
commitbb62bed981cfb321374440889646b01745bc72b8 (patch)
tree125f2297053a79980205ebbce0bb0149ad1fb033
parentbc6b8c5332c1f99da8d9403752ed93cc30a626f2 (diff)
Remove assert that should have never been there
-rw-r--r--src/ir.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ir.cpp b/src/ir.cpp
index d442adcad..613083a29 100644
--- a/src/ir.cpp
+++ b/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;
}