This commit is contained in:
Ayaz Hafiz 2022-04-29 09:09:28 -04:00
parent dad10af0f9
commit e1fe7d7ed8
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -188,8 +188,6 @@ pub fn add_sjlj_roc_panic(env: &Env<'_, '_, '_>) {
// roc_panic
{
// use crate::llvm::build::LLVM_LONGJMP;
// The type of this function (but not the implementation) should have
// already been defined by the builtins, which rely on it.
let fn_val = module.get_function("roc_panic").unwrap();