Remove invalid check

pull/12/head
A. R. Shajii 2022-02-22 10:16:30 -05:00
parent f2ed69af9e
commit 685c42981d
1 changed files with 0 additions and 2 deletions

View File

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