mirror of https://github.com/exaloop/codon.git
Remove invalid check
parent
f2ed69af9e
commit
685c42981d
|
@ -874,8 +874,6 @@ void LLVMVisitor::visit(const InternalFunc *x) {
|
|||
}
|
||||
}
|
||||
|
||||
if (!result)
|
||||
internalFuncMatchesIgnoreArgs<RecordType>("__new__", x);
|
||||
seqassert(result, "internal function {} not found", *x);
|
||||
B->CreateRet(result);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue