diff --git a/gen/toir.cpp b/gen/toir.cpp index d8386ed8..987073d9 100644 --- a/gen/toir.cpp +++ b/gen/toir.cpp @@ -2443,7 +2443,6 @@ DValue* DotTypeExp::toElem(IRState* p) { Type* t = sym->getType(); assert(t); - assert(t == e1->type && t == type); return e1->toElem(p); }